Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(build): allow overriding vite config loading #2750

Merged
merged 1 commit into from Aug 8, 2023

Conversation

brc-dd
Copy link
Member

@brc-dd brc-dd commented Aug 8, 2023

By default, Vite will load the vite.config.{js,mjs,ts,mts} from the root. One can disable this behavior by having some config like this:

// .vitepress/config.ts

export default {
  vite: {
    configFile: false
  }
}

One can also pass a string in configFile pointing to some different vite config file (resolved relative to cwd). But it is recommended to use the vite key in vitepress config file instead.

Disabling config auto loading will allow users to keep their vite and vitepress project at the same root.

@brc-dd brc-dd merged commit 1bed154 into main Aug 8, 2023
8 checks passed
@brc-dd brc-dd deleted the feat/disabling-vite-config branch August 8, 2023 08:48
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant