Skip to content

Commit

Permalink
add subdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenVoich committed Mar 4, 2024
1 parent 3fa76a9 commit a9a712e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions frontend/public/.ic-assets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[
{
"match": ".well-known",
"ignore": false
}
]
1 change: 1 addition & 0 deletions frontend/public/.well-known/ic-domains
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
garden.fpdao.app
2 changes: 1 addition & 1 deletion frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default defineConfig({
...aliases,
},
},
publicDir: "./src/public",
publicDir: "./public",
server: {
host: true,
fs: {
Expand Down

0 comments on commit a9a712e

Please sign in to comment.