mirror of https://github.com/AMT-Cheif/drift.git
Maybe the netlify.toml file must be top-level?
This commit is contained in:
parent
6d209cbe99
commit
4ca7e18027
|
@ -1,5 +0,0 @@
|
|||
[[redirects]]
|
||||
from = "https://moor.netlify.com/*"
|
||||
to = "https://moor.simonbinder.eu/:splat"
|
||||
status = 301
|
||||
force = true
|
|
@ -0,0 +1,12 @@
|
|||
# We use netlify to deploy the documentation.
|
||||
|
||||
[build]
|
||||
base = "docs/"
|
||||
publish = "docs/public"
|
||||
command = 'git submodule update --init --recursive && HUGO_ENV="production" hugo'
|
||||
|
||||
[[redirects]]
|
||||
from = "https://moor.netlify.com/*"
|
||||
to = "https://moor.simonbinder.eu/:splat"
|
||||
status = 301
|
||||
force = true
|
Loading…
Reference in New Issue