mirror of
https://github.com/thiloho/aurora.git
synced 2025-11-22 03:21:35 +01:00
5 lines
109 B
JavaScript
5 lines
109 B
JavaScript
import { defineConfig } from 'astro/config';
|
|
|
|
// https://astro.build/config
|
|
export default defineConfig({});
|