aboutsummaryrefslogtreecommitdiffstats
path: root/app/src
diff options
context:
space:
mode:
Diffstat (limited to 'app/src')
-rw-r--r--app/src/hooks.server.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/hooks.server.ts b/app/src/hooks.server.ts
index 163f640..aaf2757 100644
--- a/app/src/hooks.server.ts
+++ b/app/src/hooks.server.ts
@@ -10,6 +10,7 @@ const minification_options = {
ignoreCustomComments: [/^#/],
minifyCSS: true,
minifyJS: true,
+ minifyURLs: true,
removeAttributeQuotes: true,
removeComments: false, // some hydration code needs comments, so leave them in
removeOptionalTags: true,