Created
September 29, 2019 07:52
-
-
Save yutakahashi114/30a759144b9ff8bf026536e45669ec29 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"hosting": { | |
"public": "dist", | |
"ignore": [ | |
"firebase.json", | |
"**/.*", | |
"**/node_modules/**" | |
], | |
"headers": [ | |
{ | |
"source": "/api/**", | |
"headers": [ | |
{ | |
"key": "Cache-Control", | |
"value": "no-cache, no-store, must-revalidate" | |
} | |
] | |
} | |
], | |
"rewrites": [ | |
{ | |
"source": "/api/**", | |
"run": { | |
"serviceId": "go-nuxt-mysql", | |
"region": "us-central1" | |
} | |
}, | |
{ | |
"source": "**", | |
"destination": "/index.html" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment