1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 04:35:31 -04:00

try to speed up builds

This commit is contained in:
2019-11-11 10:49:11 -05:00
parent f2fb8e812c
commit 6f62c4dff5
6 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
# netlify.sh downloads my custom Hugo fork and builds the site independently.
[build]
command = "./scripts/netlify.sh"
command = "./scripts/netlify-build.sh"
publish = "public"
@@ -18,11 +18,11 @@
[[redirects]]
from = "/feed"
to = "/index.xml"
status = 200
status = 301
[[redirects]]
from = "/rss"
to = "/index.xml"
status = 200
status = 301
# Moved Y2K site to its own subdomain:
[[redirects]]