mirror of
https://github.com/aljazceru/contextvm-docs.git
synced 2025-12-19 06:54:21 +01:00
fix: base url 2
This commit is contained in:
@@ -5,7 +5,7 @@ import starlight from '@astrojs/starlight';
|
|||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
site: 'https://contextvm.github.io/',
|
site: 'https://contextvm.github.io/',
|
||||||
base: '/contextvm-docs/',
|
base: 'contextvm-docs',
|
||||||
integrations: [
|
integrations: [
|
||||||
starlight({
|
starlight({
|
||||||
title: 'ContextVM Documentation',
|
title: 'ContextVM Documentation',
|
||||||
|
|||||||
Reference in New Issue
Block a user