1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-25 12:32:42 +00:00

Fixed a few layout issues in the GDB

This commit is contained in:
Jocelyn Badgley (Twipped)
2020-02-22 20:33:06 -08:00
parent d3edce6b9a
commit 24dab66898
4 changed files with 2 additions and 13 deletions

View File

@@ -17,11 +17,6 @@ const routes = {
sharedCacheTime: 2592000, // 30 days on server
},
'^(?:index|tags|drafts)\\.html$': {
cacheTime: 60, // one minute on client
sharedCacheTime: 60, // one minute on server
},
'^(?:sitemap|atom)\\.xml$': {
cacheTime: 3600, // one hour on client
sharedCacheTime: 86400, // one day on server