Skip to content

Commit a5b9a34

Browse files
committed
Fix base url
1 parent a7a338d commit a5b9a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const customElements = [
9696
export default defineConfig({
9797
title: "FAIRSenDD",
9898
srcDir: './docs',
99-
base: '/fairsendd',
99+
base: '/FAIRSenDD',
100100
markdown: {
101101
config: (md) => {
102102
md.use(mathjax3);

0 commit comments

Comments
 (0)