Skip to content

Commit

Permalink
fix: change base back to '/'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuanchiliao1 authored Aug 20, 2024
1 parent 1765f9a commit bf8abc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default defineConfig({
title: "Helios Case Study",
description: "case study - Helios data stream analysis platform",
cleanUrls: true,
base: '/case-study/',
base: '/',
themeConfig: {
nav: [{ text: "Home", link: "/" }],
sidebar: {
Expand Down

0 comments on commit bf8abc7

Please sign in to comment.