Skip to content

Commit c1d339f

Browse files
authored
chore: deploy all future posts to prod (#60)
Signed-off-by: thisisobate <[email protected]>
1 parent 9455b2c commit c1d339f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

netlify.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@
33

44
[build.environment]
55
GO_VERSION = "1.22"
6-
HUGO_VERSION = "0.145.0"
6+
HUGO_VERSION = "0.145.0"
7+
8+
[build]
9+
publish = "public"
10+
command = "hugo --buildFuture"

0 commit comments

Comments
 (0)