feat(web): Initial web branch
This commit is contained in:
7
web/astro.config.mjs
Normal file
7
web/astro.config.mjs
Normal file
@@ -0,0 +1,7 @@
|
||||
// @ts-check
|
||||
import { defineConfig } from 'astro/config';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user