Skip to content

Commit

Permalink
Check baseURl setting
Browse files Browse the repository at this point in the history
  • Loading branch information
noxilixon committed Nov 19, 2023
1 parent ad3c1e6 commit 3eca82d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
extended: true

- name: Build
run: hugo --minify
run: hugo --minify -b https://website.ff.berlin

- name: Deploy
uses: appleboy/scp-action@master
Expand Down
1 change: 1 addition & 0 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
title = 'Freifunk Berlin'
languageCode = 'de'

baseURL = "https://berlin.freifunk.net"
theme = "ananke"

defaultContentLanguage = "de"
Expand Down

0 comments on commit 3eca82d

Please sign in to comment.