Skip to content

Commit

Permalink
fixed service endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ferso committed Nov 25, 2024
1 parent b90c345 commit 4949453
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/assets/.ic-assets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"match": ".well-known",
"headers": {
"Access-Control-Allow-Origin": "*"
},
"ignore": false
},
{
"match": ".ic-assets.json",
"headers": {
"Access-Control-Allow-Origin": "*"
},
"ignore": false
},
{
"match": "*.js",
"headers": {
"Cache-Control": "max-age=31536000, immutable"
}
}
]
5 changes: 5 additions & 0 deletions src/assets/.well-known/ii-alternative-origins
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"alternativeOrigins": [
"https://dash.mettal.mx"
]
}

0 comments on commit 4949453

Please sign in to comment.