Skip to content

Commit

Permalink
🐞 fix: web folder not loading
Browse files Browse the repository at this point in the history
  • Loading branch information
shurco committed Sep 6, 2023
1 parent ab4b060 commit ca9ed57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func NewApp(httpAddr, httpsAddr string, noSite, appDev bool) error {
var sitePath string

if !noSite {
sitePath := "./site"
sitePath = "./site"
if DevMode {
sitePath = "../web/site"
} else {
Expand Down

0 comments on commit ca9ed57

Please sign in to comment.