adds docs Dockerfile
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
import { defineConfig } from 'astro/config';
|
import { defineConfig } from 'astro/config';
|
||||||
import starlight from '@astrojs/starlight';
|
import starlight from '@astrojs/starlight';
|
||||||
import tailwind from '@astrojs/tailwind';
|
import tailwind from '@astrojs/tailwind';
|
||||||
import svelte from "@astrojs/svelte";
|
|
||||||
|
|
||||||
import node from "@astrojs/node";
|
import node from "@astrojs/node";
|
||||||
|
|
||||||
@@ -18,7 +17,7 @@ export default defineConfig({
|
|||||||
github: 'https://github.com/flomp/wanderer'
|
github: 'https://github.com/flomp/wanderer'
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
Footer: './src/components/Footer.astro'
|
Footer: '/src/components/Footer.astro'
|
||||||
},
|
},
|
||||||
sidebar: [{
|
sidebar: [{
|
||||||
label: 'Getting Started',
|
label: 'Getting Started',
|
||||||
|
|||||||
Reference in New Issue
Block a user