feat: update for netlify dev support

This commit is contained in:
Henk Verlinde
2021-04-02 19:45:05 +02:00
parent 73cc63324e
commit 10d0b45203
37 changed files with 112 additions and 102 deletions

View File

@ -1,4 +1,5 @@
baseurl = "/"
canonifyURLs = false
disableAliases = true
disableHugoGeneratorInject = true
enableEmoji = true
@ -72,7 +73,7 @@ rel = "sitemap"
[taxonomies]
contributor = "contributors"
[permalinks]
[RelPermalinks]
blog = "/blog/:title/"
[module]

2
config/next/config.toml Normal file
View File

@ -0,0 +1,2 @@
baseurl = "https://doks-next.netlify.app/"
canonifyURLs = true

View File

@ -1 +1,2 @@
baseurl = "/"
baseurl = "https://doks.netlify.app/"
canonifyURLs = true