Skip to content

Commit

Permalink
change port and site
Browse files Browse the repository at this point in the history
  • Loading branch information
ProWilliam committed Apr 4, 2024
1 parent fe0f93e commit 8a1a6f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import icon from "astro-icon";

// https://astro.build/config
export default defineConfig({
server: { port: "https://ProWilliam.github.io"},
server: { port: 3000},
site: 'https://ProWilliam.github.io',
integrations: [icon()],
devToolbar: {
enabled: false
Expand Down

0 comments on commit 8a1a6f1

Please sign in to comment.