Skip to content

Commit

Permalink
fix config issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jmesrje committed May 11, 2024
1 parent f179fca commit e511f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineConfig } from 'vitepress'
// https://vitepress.dev/reference/site-config
export default defineConfig({
head: [['link', { rel: 'icon', href: '/favicon.ico' }]],
base: "/framework/",
base: "/LuminFramework/",
title: "Lumin Framework",
titleTemplate: ":title - Lumin",
description: "A lightning fast & lightweight game framework",
Expand Down

0 comments on commit e511f48

Please sign in to comment.