-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
04bd99f
commit fc83376
Showing
1 changed file
with
129 additions
and
157 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,169 +1,141 @@ | ||
{ | ||
"hosting": [ | ||
"hosting": [ | ||
{ | ||
"target": "oraiswap", | ||
"public": "build", | ||
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"], | ||
"headers": [ | ||
{ | ||
"target": "oraiswap", | ||
"public": "build", | ||
"ignore": [ | ||
"firebase.json", | ||
"**/.*", | ||
"**/node_modules/**" | ||
], | ||
"headers": [ | ||
{ | ||
"source": "/**", | ||
"headers": [ | ||
{ | ||
"key": "Cache-Control", | ||
"value": "no-cache, no-store, must-revalidate" | ||
} | ||
] | ||
}, | ||
{ | ||
"source": "**/*.@(jpg|jpeg|gif|png|svg|webp|js|css|eot|otf|ttf|ttc|woff|woff2|font.css)", | ||
"headers": [ | ||
{ | ||
"key": "Cache-Control", | ||
"value": "max-age=604800" | ||
} | ||
] | ||
} | ||
], | ||
"rewrites": [ | ||
{ | ||
"source": "**", | ||
"destination": "/index.html" | ||
} | ||
] | ||
"source": "/**", | ||
"headers": [ | ||
{ | ||
"key": "Cache-Control", | ||
"value": "no-cache, no-store, must-revalidate" | ||
} | ||
] | ||
}, | ||
{ | ||
"target": "oraiswap-staging", | ||
"public": "build", | ||
"ignore": [ | ||
"firebase.json", | ||
"**/.*", | ||
"**/node_modules/**" | ||
], | ||
"headers": [ | ||
{ | ||
"source": "/**", | ||
"headers": [ | ||
{ | ||
"key": "Cache-Control", | ||
"value": "no-cache, no-store, must-revalidate" | ||
} | ||
] | ||
}, | ||
{ | ||
"source": "**/*.@(jpg|jpeg|gif|png|svg|webp|js|css|eot|otf|ttf|ttc|woff|woff2|font.css)", | ||
"headers": [ | ||
{ | ||
"key": "Cache-Control", | ||
"value": "max-age=604800" | ||
} | ||
] | ||
} | ||
], | ||
"rewrites": [ | ||
{ | ||
"source": "**", | ||
"destination": "/index.html" | ||
} | ||
] | ||
}, | ||
"source": "**/*.@(jpg|jpeg|gif|png|svg|webp|js|css|eot|otf|ttf|ttc|woff|woff2|font.css)", | ||
"headers": [ | ||
{ | ||
"key": "Cache-Control", | ||
"value": "max-age=31536000" | ||
} | ||
] | ||
} | ||
], | ||
"rewrites": [ | ||
{ | ||
"target": "oraiswap-testnet", | ||
"public": "build", | ||
"ignore": [ | ||
"firebase.json", | ||
"**/.*", | ||
"**/node_modules/**" | ||
], | ||
"rewrites": [ | ||
{ | ||
"source": "**", | ||
"destination": "/index.html" | ||
} | ||
] | ||
}, | ||
"source": "**", | ||
"destination": "/index.html" | ||
} | ||
] | ||
}, | ||
{ | ||
"target": "oraiswap-staging", | ||
"public": "build", | ||
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"], | ||
"headers": [ | ||
{ | ||
"target": "oraiswap-ibc", | ||
"public": "build", | ||
"ignore": [ | ||
"firebase.json", | ||
"**/.*", | ||
"**/node_modules/**" | ||
], | ||
"rewrites": [ | ||
{ | ||
"source": "**", | ||
"destination": "/index.html" | ||
} | ||
] | ||
"source": "/**", | ||
"headers": [ | ||
{ | ||
"key": "Cache-Control", | ||
"value": "no-cache, no-store, must-revalidate" | ||
} | ||
] | ||
}, | ||
{ | ||
"target": "oraiswap-staging-v1", | ||
"public": "build", | ||
"ignore": [ | ||
"firebase.json", | ||
"**/.*", | ||
"**/node_modules/**" | ||
], | ||
"headers": [ | ||
{ | ||
"source": "/**", | ||
"headers": [ | ||
{ | ||
"key": "Cache-Control", | ||
"value": "no-cache, no-store, must-revalidate" | ||
} | ||
] | ||
}, | ||
{ | ||
"source": "**/*.@(jpg|jpeg|gif|png|svg|webp|js|css|eot|otf|ttf|ttc|woff|woff2|font.css)", | ||
"headers": [ | ||
{ | ||
"key": "Cache-Control", | ||
"value": "max-age=604800" | ||
} | ||
] | ||
} | ||
], | ||
"rewrites": [ | ||
{ | ||
"source": "**", | ||
"destination": "/index.html" | ||
} | ||
] | ||
}, | ||
"source": "**/*.@(jpg|jpeg|gif|png|svg|webp|js|css|eot|otf|ttf|ttc|woff|woff2|font.css)", | ||
"headers": [ | ||
{ | ||
"key": "Cache-Control", | ||
"value": "max-age=31536000" | ||
} | ||
] | ||
} | ||
], | ||
"rewrites": [ | ||
{ | ||
"source": "**", | ||
"destination": "/index.html" | ||
} | ||
] | ||
}, | ||
{ | ||
"target": "oraiswap-testnet", | ||
"public": "build", | ||
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"], | ||
"rewrites": [ | ||
{ | ||
"source": "**", | ||
"destination": "/index.html" | ||
} | ||
] | ||
}, | ||
{ | ||
"target": "oraiswap-ibc", | ||
"public": "build", | ||
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"], | ||
"rewrites": [ | ||
{ | ||
"source": "**", | ||
"destination": "/index.html" | ||
} | ||
] | ||
}, | ||
{ | ||
"target": "oraiswap-staging-v1", | ||
"public": "build", | ||
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"], | ||
"headers": [ | ||
{ | ||
"target": "oraiswap-legacy", | ||
"public": "build", | ||
"ignore": [ | ||
"firebase.json", | ||
"**/.*", | ||
"**/node_modules/**" | ||
], | ||
"rewrites": [ | ||
{ | ||
"source": "**", | ||
"destination": "/index.html" | ||
} | ||
] | ||
"source": "/**", | ||
"headers": [ | ||
{ | ||
"key": "Cache-Control", | ||
"value": "no-cache, no-store, must-revalidate" | ||
} | ||
] | ||
}, | ||
{ | ||
"target": "oraiswap-pre-mainnet", | ||
"public": "build", | ||
"ignore": [ | ||
"firebase.json", | ||
"**/.*", | ||
"**/node_modules/**" | ||
], | ||
"rewrites": [ | ||
{ | ||
"source": "**", | ||
"destination": "/index.html" | ||
} | ||
] | ||
"source": "**/*.@(jpg|jpeg|gif|png|svg|webp|js|css|eot|otf|ttf|ttc|woff|woff2|font.css)", | ||
"headers": [ | ||
{ | ||
"key": "Cache-Control", | ||
"value": "max-age=31536000" | ||
} | ||
] | ||
} | ||
], | ||
"rewrites": [ | ||
{ | ||
"source": "**", | ||
"destination": "/index.html" | ||
} | ||
] | ||
}, | ||
{ | ||
"target": "oraiswap-legacy", | ||
"public": "build", | ||
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"], | ||
"rewrites": [ | ||
{ | ||
"source": "**", | ||
"destination": "/index.html" | ||
} | ||
] | ||
}, | ||
{ | ||
"target": "oraiswap-pre-mainnet", | ||
"public": "build", | ||
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"], | ||
"rewrites": [ | ||
{ | ||
"source": "**", | ||
"destination": "/index.html" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} |