This commit is contained in:
Korbs 2025-02-20 18:04:06 -05:00
parent 84a50710ef
commit 812080d74a
Signed by: Korbs
SSH key fingerprint: SHA256:Q0b0KraMldpAO9oKa+w+gcsXsOTykQ4UkAKn0ByGn5U
4 changed files with 27 additions and 26 deletions

View file

@ -1,5 +1,2 @@
// @ts-check
import { defineConfig } from 'astro/config';
// https://astro.build/config
export default defineConfig({});
import { defineConfig } from 'astro/config'
export default defineConfig({})