We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de3c6c commit d3f0d8eCopy full SHA for d3f0d8e
1 file changed
astro/packages/site/docs/astro.config.ts
@@ -6,6 +6,9 @@ import { defineConfig } from 'astro/config'
6
export default defineConfig({
7
site: 'https://libtmux.git-pull.com',
8
integrations: [react(), mdx()],
9
+ server: {
10
+ port: 4350,
11
+ },
12
vite: {
13
plugins: [tailwind()],
14
},
0 commit comments