mirror of
https://github.com/1f349/lavender.git
synced 2025-01-21 22:26:25 +00:00
6 lines
122 B
JavaScript
6 lines
122 B
JavaScript
|
// @ts-check
|
||
|
import { defineConfig } from 'astro/config';
|
||
|
|
||
|
// https://astro.build/config
|
||
|
export default defineConfig({});
|