specify hugo version

This commit is contained in:
Yuki 2023-08-28 15:18:05 -04:00
parent 264650cfe4
commit 1fb6e34ac7
2 changed files with 6 additions and 2 deletions

3
.gitignore vendored
View File

@ -2,4 +2,5 @@
/resources/_gen/
/assets/jsconfig.json
hugo_stats.json
.hugo_build.lock
.hugo_build.lock
.netlify

View File

@ -4,7 +4,10 @@
functions = "netlify/functions"
publish = "public"
[build.environment]
HUGO_VERSION = "0.116.1"
[dev]
command = "hugo server"
port = 1313
port = 3000
publish = "public"