Skip to content
Discussion options

You must be logged in to vote

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'
    }
  }
})

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@elarbor
Comment options

@brc-dd
Comment options

@elarbor
Comment options

Answer selected by elarbor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants