blog routing and about page

This commit is contained in:
Graham Hall
2022-12-07 22:12:24 -05:00
parent 138c16421d
commit 26402c3dc2
5 changed files with 33 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { defineConfig } from 'astro/config';
// https://astro.build/config
export default defineConfig({});
export default defineConfig({ output: 'server' });