initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { defineConfig } from 'astro/config';
|
||||
|
||||
export default defineConfig({
|
||||
site: 'https://rummage.cc',
|
||||
server: {
|
||||
host: '127.0.0.1',
|
||||
port: 4321,
|
||||
},
|
||||
devToolbar: { enabled: false },
|
||||
});
|
||||
Reference in New Issue
Block a user