Skip to content

Commit 679d35a

Browse files
committed
Update package.json, netlify.toml
1 parent 827ccf8 commit 679d35a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

‎netlify.toml‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
publish = "public"
44

55
[build.environment]
6-
HUGO_VERSION = "0.136.5"
7-
GO_VERSION = "1.24.0"
8-
NODE_VERSION = "22.13.1"
6+
HUGO_VERSION = "0.145.0"
7+
GO_VERSION = "1.24.1"
98
HUGO_ENABLEGITINFO = "true"
109

1110
[context.production.environment]

‎package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"test": "echo \"Error: no test specified\" && exit 1",
99
"create": "hugo new content",
1010
"build": "hugo --gc --minify --logLevel info",
11-
"server": "hugo server -D -E -F -N --renderToMemory --disableFastRender -b http://localhost -O --logLevel info",
11+
"server": "hugo server -D -E -F -N -O --renderToMemory --disableFastRender -b http://localhost:1313/ --logLevel info",
1212
"update": "hugo mod get -u && hugo mod tidy && hugo mod graph"
1313
},
1414
"keywords": ["attajak", "janrak", "hugo", "blox", "blog"],
15-
"author": "attajak <https://github.com/attajak/>",
15+
"author": "attajak (https://github.com/attajak/)",
1616
"license": "ISC"
1717
}

0 commit comments

Comments
 (0)