-
Beta Was this translation helpful? Give feedback.
Answered by
brc-dd
Mar 31, 2024
Replies: 1 comment 3 replies
-
Not sure. I'm on node 21.7.1 and it's working fine. Maybe try specifying host manually: // .vitepress/config.ts
import { defineConfig } from 'vitepress'
export default defineConfig({
vite: {
server: {
host: '127.0.0.1'
}
}
}) |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
elarbor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure. I'm on node 21.7.1 and it's working fine. Maybe try specifying host manually: