diff --git a/nginx.conf b/nginx.conf index 239d17d..9574eba 100644 --- a/nginx.conf +++ b/nginx.conf @@ -58,8 +58,6 @@ http { error_page 500 502 503 504 /err/50x.html; try_files $uri $uri/ $uri.html /index.html; add_header Cache-Control "public, no-transform, max-age=1209600"; - - rewrite ^([^.]*[^/])$ $1/ permanent; } location /misc/ { diff --git a/src/lib/stores/version.ts b/src/lib/stores/version.ts index 25e4993..66f5f39 100644 --- a/src/lib/stores/version.ts +++ b/src/lib/stores/version.ts @@ -1,3 +1,3 @@ -export const version: string = "2024.06.1"; -export const versionTag: string = ""; +export const version: string = '2024.06.1'; +export const versionTag: string = ''; export const showWelcome: boolean = false;