Code for my personal website

chore: update astro config

+5 -1
+5 -1
astro.config.mjs
··· 8 8 export default defineConfig({ 9 9 site: 'https://safwanyp.com', 10 10 trailingSlash: 'ignore', 11 - integrations: [mdx(), sitemap(), tailwind()] 11 + integrations: [mdx(), sitemap(), tailwind()], 12 + server: { 13 + port: 3000, 14 + host: true, 15 + } 12 16 });