This commit is contained in:
Ale 2023-10-14 14:49:24 +02:00
parent 6a9dc685e7
commit 9e22e59053
No known key found for this signature in database
GPG key ID: 284AFB134BB2E07D
12 changed files with 123 additions and 58 deletions

View file

@ -1,4 +1,6 @@
import { defineConfig } from 'astro/config';
// https://astro.build/config
export default defineConfig({});
export default defineConfig({
});