Skip to content

Commit

Permalink
fix: deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
hazcod committed May 27, 2024
1 parent 248e078 commit d8cc28c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 461 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ dev.env
**/.hugo_build.lock
.dccache
.vscode/
*.dev
*.dev
.wrangler/
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dev-wrangler-build:
npx rangler build --env dev --log-level=debug --local

dev-wrangler:
npx wrangler dev --env dev --log-level=debug --experimental-local --ip 127.0.0.1 --port $(PORT)
npx wrangler dev --env dev --log-level=debug --ip 127.0.0.1 --port $(PORT)

build-hugo:
npm run build
Expand Down
4 changes: 2 additions & 2 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ assetDir: static
publishDir: generated
baseURL: /

DefaultContentLanguage: en
defaultContentLanguage: en
defaultContentLanguageInSubdir: true
languages:
en:
languageName: English
Expand All @@ -11,7 +12,6 @@ languages:
languageName: Nederlands
weight: 2


disableHugoGeneratorInject: true
enableRobotsTXT: true

Expand Down
Loading

0 comments on commit d8cc28c

Please sign in to comment.