mirror of
https://github.com/zen-browser/www
synced 2026-04-25 17:14:56 +02: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({});
|