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:
@@ -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]]
|
||||
|
Reference in New Issue
Block a user