We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0673a46 commit 2b698cfCopy full SHA for 2b698cf
.gitignore
@@ -47,5 +47,4 @@ common/build
47
48
docs/node_modules/*
49
docs/.vitepress/cache
50
-docs/.vitepress/dist
51
node_modules/
docs/.vitepress/config.mts
@@ -1,11 +1,12 @@
1
import { defineConfig } from 'vitepress'
2
3
+console.log("VitePress config loaded");
4
+
5
// https://vitepress.dev/reference/site-config
6
export default defineConfig({
7
title: "Sky Aesthetics Documentation",
8
description: "Craft beautiful skies for Minecraft with Sky Aesthetics mod.",
- base: '/SkyAesthetics/',
- assetsDir: 'public',
9
+ base: '/SkyAesthetics/',
10
themeConfig: {
11
// https://vitepress.dev/reference/default-theme-config
12
nav: [
0 commit comments