Skip to content

Commit

Permalink
Set redirects as site closing
Browse files Browse the repository at this point in the history
  • Loading branch information
MasaGon committed Jun 1, 2023
1 parent 71a4f64 commit 458a02a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
"target": "development",
"public": "dist",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"redirects": [
{
"source": "**",
"destination": "https://www.fukushihoken.metro.tokyo.lg.jp/iryo/kansen/corona_portal/index.html",
"type": 301
}
],
"rewrites": [
{ "source": "/g-mark", "function": "gMark" },
{ "source": "**", "destination": "/index.html" }
Expand All @@ -17,6 +24,13 @@
"target": "staging",
"public": "dist",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"redirects": [
{
"source": "**",
"destination": "https://www.fukushihoken.metro.tokyo.lg.jp/iryo/kansen/corona_portal/index.html",
"type": 301
}
],
"rewrites": [
{ "source": "/g-mark", "function": "gMark" },
{ "source": "**", "destination": "/index.html" }
Expand All @@ -26,6 +40,13 @@
"target": "production",
"public": "dist",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"redirects": [
{
"source": "**",
"destination": "https://www.fukushihoken.metro.tokyo.lg.jp/iryo/kansen/corona_portal/index.html",
"type": 301
}
],
"rewrites": [
{ "source": "/g-mark", "function": "gMark" },
{ "source": "**", "destination": "/index.html" }
Expand Down

0 comments on commit 458a02a

Please sign in to comment.