Skip to content

Commit d3f0d8e

Browse files
committed
Docs(chore[dev]): Set Astro dev port to 4350
why: Avoid clashing with the default Astro dev port. what: - Configure the docs site server port in astro.config.ts
1 parent 0de3c6c commit d3f0d8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

astro/packages/site/docs/astro.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ import { defineConfig } from 'astro/config'
66
export default defineConfig({
77
site: 'https://libtmux.git-pull.com',
88
integrations: [react(), mdx()],
9+
server: {
10+
port: 4350,
11+
},
912
vite: {
1013
plugins: [tailwind()],
1114
},

0 commit comments

Comments
 (0)