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 starlight from '@astrojs/starlight';
import tailwind from '@astrojs/tailwind';
import svelte from "@astrojs/svelte";
import node from "@astrojs/node";
@@ -18,7 +17,7 @@ export default defineConfig({
github: 'https://github.com/flomp/wanderer'
},
components: {
Footer: './src/components/Footer.astro'
Footer: '/src/components/Footer.astro'
},
sidebar: [{
label: 'Getting Started',