mirror of
https://git.solarpunk.moe/Fries/fries-website.git
synced 2024-11-14 08:32:21 +00:00
Fries
175af0dd27
this is the beginnings of my website :3! Co-authored-by: mossfet <root@mossfet.xyz>
4 lines
109 B
JavaScript
4 lines
109 B
JavaScript
import { defineConfig } from 'astro/config';
|
|
|
|
// https://astro.build/config
|
|
export default defineConfig({});
|