From 6e39551fb06a0e92d50df6754bb032dabe3101af Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Mon, 10 Feb 2025 07:37:51 +0100 Subject: [PATCH] Test --- docs/.vitepress/config.mts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index b63d8bb..6570143 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -3,10 +3,10 @@ import { defineConfig } from 'vitepress' // https://vitepress.dev/reference/site-config export default defineConfig({ title: "Basalt", - description: "A CC:Tweaked UI Framework", + description: "A UI Framework made for CC:Tweaked", lang: 'en-US', lastUpdated: true, - base: "/basalt-docs/", + base: "/Basalt2/", head: [ //[ @@ -76,7 +76,7 @@ export default defineConfig({ socialLinks: [ - { icon: 'github', link: 'https://github.com/Pyroxenium/Basalt' } + { icon: 'github', link: 'https://github.com/Pyroxenium/Basalt2' } ] } })