Skip to content

Commit

Permalink
fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Feb 8, 2025
1 parent 2274f4a commit a02ab68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default defineConfig({
title: "Coolify Docs",
description: "Self hosting with super powers",
appearance: 'force-dark', // 'dark' allows user to change theme
base: '/',
base: '/docs/',
cleanUrls: true,
lastUpdated: true,
// Added ignoreDeadLinks to temporarily fix build error
Expand Down
2 changes: 1 addition & 1 deletion nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ http {

include /etc/nginx/conf.d/redirects.conf;

location /docs {
location / {
alias /usr/share/nginx/html/docs;
index index.html;
try_files $uri $uri/ $uri.html =404;
Expand Down

0 comments on commit a02ab68

Please sign in to comment.