diff --git a/.gitignore b/.gitignore index d6d6216..f141c94 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ /resources/_gen/ /assets/jsconfig.json hugo_stats.json -.hugo_build.lock \ No newline at end of file +.hugo_build.lock +.netlify \ No newline at end of file diff --git a/netlify.toml b/netlify.toml index 24a9773..a46f46d 100644 --- a/netlify.toml +++ b/netlify.toml @@ -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"