Skip to content

Commit

Permalink
[www] fix the 404 page by dropping relative URLs (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabi1cazenave committed Mar 18, 2024
1 parent 69dbc9c commit 7948493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/hugo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# baseURL = "https://ergol.org"
relativeURLs = true
relativeURLs = false # our 404 page does not support relative URLs
languageCode = "fr"
title = "Ergo‑L"

Expand Down

0 comments on commit 7948493

Please sign in to comment.