Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

Commit 998b3b9

Browse files
authored
Merge pull request #234 from sofastack/youji-dev
fix docs deploy /home redirect problem
2 parents dfb7c83 + afc8287 commit 998b3b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL = "home"
1+
baseURL = ""
22
title = "SOFAServerless"
33

44
# Language settings

docs/netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ publish = "public"
99
GO_VERSION = "1.20.5"
1010

1111
[context.production]
12-
command = "npm run build:production"
12+
command = "npm run build:production"

0 commit comments

Comments
 (0)