Skip to content

Commit

Permalink
Refactor Astro config file
Browse files Browse the repository at this point in the history
  • Loading branch information
fordus committed Oct 20, 2024
1 parent 477464b commit 99c334a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ import tailwind from '@astrojs/tailwind';

// https://astro.build/config
export default defineConfig({
server: {
port: 4321,
host: '127.0.0.1'
},

// server: {
// port: 4321,
// host: '127.0.0.1'
// },
integrations: [tailwind()],
});

0 comments on commit 99c334a

Please sign in to comment.