mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-11 13:57:28 +08:00
not rewriting for privacy policy
This commit is contained in:
parent
d61ef2beed
commit
4009a16f39
2 changed files with 5 additions and 0 deletions
|
|
@ -3,6 +3,10 @@
|
|||
"public": "public",
|
||||
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "/privacy-policy",
|
||||
"destination": "/privacy-policy.html"
|
||||
},
|
||||
{
|
||||
"source": "**",
|
||||
"destination": "/index.html"
|
||||
|
|
|
|||
1
public/privacy-policy.html
Normal file
1
public/privacy-policy.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
asd
|
||||
Loading…
Add table
Reference in a new issue