We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when building with vite the --base parameter can be used to configure the base path.
it's quite useful and simple to use.
it does not work, however, when we change from vite build to vite-ssg build.
https://github.com/sombriks/simple-vue-vite-ssg
[sombriks@thanatos ~]$ npx envinfo --system --binaries --browsers npx: instalou 1 em 1.041s System: OS: Linux 6.2 Fedora Linux 37 (Workstation Edition) CPU: (16) x64 AMD Ryzen 7 PRO 5850U with Radeon Graphics Memory: 34.21 GB / 45.87 GB Container: Yes Shell: 5.2.15 - /bin/bash Binaries: Node: 14.20.0 - ~/.nvm/versions/node/v14.20.0/bin/node npm: 6.14.17 - ~/.nvm/versions/node/v14.20.0/bin/npm Browsers: Chrome: 112.0.5615.49 Firefox: 111.0.1
npm
The text was updated successfully, but these errors were encountered:
sombriks
Successfully merging a pull request may close this issue.
Describe the bug
when building with vite the --base parameter can be used to configure the base path.
it's quite useful and simple to use.
it does not work, however, when we change from vite build to vite-ssg build.
Reproduction
https://github.com/sombriks/simple-vue-vite-ssg
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: