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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user