Skip to content

Commit

Permalink
chore: add required files for custom domains (#16)
Browse files Browse the repository at this point in the history
* chore: add required files for custom domains
  • Loading branch information
raymondk authored Sep 17, 2024
1 parent 9d5f2fc commit 5020511
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
14 changes: 14 additions & 0 deletions frontend/src/frontend/static/.ic-assets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[
{
"match": ".well-known",
"ignore": false
},
{
"match": ".well-known/ii-alternative-origins",
"headers": {
"Access-Control-Allow-Origin": "*",
"Content-Type": "application/json"
},
"ignore": false
}
]
2 changes: 2 additions & 0 deletions frontend/src/frontend/static/.well-known/ic-domains
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
test.docutrack.ai
test.docutrack.one
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"alternativeOrigins": [
"https://test.docutrack.ai",
"https://test.docutrack.one"
]
}

0 comments on commit 5020511

Please sign in to comment.