astro.config.mjs

1import { defineConfig } from 'astro/config';
2
3export default defineConfig({
4  server: { host: '127.0.0.1' },
5});