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
|
||||
export default defineConfig({
|
||||
site: 'https://contextvm.github.io/contextvm-docs/',
|
||||
base: '/',
|
||||
site: 'https://contextvm.github.io/',
|
||||
base: '/contextvm-docs/',
|
||||
integrations: [
|
||||
starlight({
|
||||
title: 'ContextVM Documentation',
|
||||
|
||||
Reference in New Issue
Block a user