demo: update modules

replace static/admin/ with module
This commit is contained in:
George Cushen
2021-01-23 19:24:23 +00:00
parent 6c8ea94485
commit 9ba41382eb
6 changed files with 13 additions and 344 deletions

View File

@@ -3,7 +3,7 @@
publish = "public"
[build.environment]
HUGO_VERSION = "0.79.1"
HUGO_VERSION = "0.80.0"
HUGO_ENABLEGITINFO = "true"
[context.production.environment]
@@ -14,13 +14,3 @@
[context.branch-deploy]
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
[[headers]]
for = "*.webmanifest"
[headers.values]
Content-Type = "application/manifest+json; charset=UTF-8"
[[headers]]
for = "index.xml"
[headers.values]
Content-Type = "application/rss+xml"