Skip to content

Commit

Permalink
chore: revert path tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper committed Aug 28, 2024
1 parent e458739 commit 7f007cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ server {
autoindex off;
}

location /docs/ {
alias /usr/share/nginx/html/;
try_files $uri $uri/ /docs/index.html;
autoindex off;
}

location / {
root /usr/share/nginx/html;
index index.html index.htm;
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const config = {
tagline: 'Instant Kubernetes Platforms',
favicon: 'img/favicon.ico',
url: 'https://kubefirst.konstruct.io',
baseUrl: '/docs/',
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'throw',
i18n: {
Expand Down

0 comments on commit 7f007cc

Please sign in to comment.