aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-06 08:16:20 -0400
committertdro <tdro@noreply.example.com>2022-05-06 08:16:20 -0400
commit7f9817200b0e46dc3aca63a7a31de82b6d105e2f (patch)
treef25e551a6007431ef58a710d2dbd0d7220d58d55 /config.toml
parent16c09dd5c34743f74319dd41746ec0fe7efb7260 (diff)
downloadcanory-7f9817200b0e46dc3aca63a7a31de82b6d105e2f.tar.gz
canory-7f9817200b0e46dc3aca63a7a31de82b6d105e2f.tar.bz2
canory-7f9817200b0e46dc3aca63a7a31de82b6d105e2f.zip
themes/default/layouts/partials/head: Bundle
Fingerprint and cache bust automatically.
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index 676c81e..eaffbb7 100644
--- a/config.toml
+++ b/config.toml
@@ -80,7 +80,7 @@ enableRobotsTXT = true
noHl = false
[params]
- production = false
+ production = true
[params.webmanifest]
name = "Micro Blog"
@@ -91,6 +91,7 @@ enableRobotsTXT = true
logo = "images/logo.png"
[params.csp]
+ upgrade = false
referrer = "origin"
childsrc = ["'self'"]
fontsrc = ["'self'"]