feat: V1 landing page
This commit is contained in:
7
astro.config.mjs
Normal file
7
astro.config.mjs
Normal file
@@ -0,0 +1,7 @@
|
||||
import { defineConfig } from "astro/config";
|
||||
|
||||
export default defineConfig({
|
||||
server: {
|
||||
host: true
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user