adds docs Dockerfile

This commit is contained in:
Christian Beutel
2024-06-11 00:15:56 +02:00
parent 0e1fdfcf42
commit bbf1cbdea0

View File

@@ -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',