diff --git a/docs/src/.vitepress/config.ts b/docs/src/.vitepress/config.ts index 42404a3e..c7d152b4 100644 --- a/docs/src/.vitepress/config.ts +++ b/docs/src/.vitepress/config.ts @@ -2,15 +2,17 @@ import { defineConfig } from 'vitepress'; // https://vitepress.dev/reference/site-config export default defineConfig({ - base: '/craft/', + base: '/', lang: 'en', title: "Statik's Craft Base Install", description: 'This is documentation for our Craft Base Install', lastUpdated: true, + ignoreDeadLinks: true, + head: [['link', { rel: 'icon', href: '/favicon.svg' }]], themeConfig: { siteTitle: 'Craft base install', // https://vitepress.dev/reference/default-theme-config - logo: '/assets/favicon.svg', + logo: '/favicon.svg', nav: [ { text: 'Home', link: '/' }, { text: 'Frontend', link: '/frontend/frontend', activeMatch: '/frontend/' }, diff --git a/docs/src/index.md b/docs/src/index.md index 8d0f9801..1cf74d84 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -4,8 +4,6 @@ Welcome to the comprehensive documentation for [Statik's](https://www.statik.be) ## 🚀 Quick Navigation -
- ## 📖 Documentation Structure ### Frontend Documentation