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