Skip to content

Commit

Permalink
fix(docs): fix 404
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvanherwijnen committed Dec 11, 2024
1 parent c715391 commit d75b282
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/docs/build/Caddyfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
www.slimfact.app {
handle {
handle_path /* {
root * /srv/www.slimfact.app
try_files {path}.html {path} /404.html
file_server
}
handle / {
root * /srv/www.slimfact.app
try_files index.html
file_server
}
}

0 comments on commit d75b282

Please sign in to comment.