This commit is contained in:
Robert Jelic
2025-02-10 07:37:51 +01:00
parent 0d4a894e9a
commit 6e39551fb0

View File

@@ -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' }
]
}
})