Skip to content

Commit 2b698cf

Browse files
committed
test to fix issue N°3
1 parent 0673a46 commit 2b698cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,4 @@ common/build
4747

4848
docs/node_modules/*
4949
docs/.vitepress/cache
50-
docs/.vitepress/dist
5150
node_modules/

docs/.vitepress/config.mts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
import { defineConfig } from 'vitepress'
22

3+
console.log("VitePress config loaded");
4+
35
// https://vitepress.dev/reference/site-config
46
export default defineConfig({
57
title: "Sky Aesthetics Documentation",
68
description: "Craft beautiful skies for Minecraft with Sky Aesthetics mod.",
7-
base: '/SkyAesthetics/',
8-
assetsDir: 'public',
9+
base: '/SkyAesthetics/',
910
themeConfig: {
1011
// https://vitepress.dev/reference/default-theme-config
1112
nav: [

0 commit comments

Comments
 (0)