Skip to content

Commit

Permalink
fix hugo base url
Browse files Browse the repository at this point in the history
Signed-off-by: Augustin Husson <[email protected]>
  • Loading branch information
Nexucis committed Jan 3, 2024
1 parent 36c7f69 commit 062ba1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: .
dockerfile: ./website/Dockerfile
args:
- HUGO_BASEURL=http://localhost:5001
- HUGO_BASEURL=https://perses.dev
restart: unless-stopped
ports:
- "5001:80"
Expand Down

0 comments on commit 062ba1c

Please sign in to comment.