I have baseUrl set to github pages with basePath /chakra/
for some reason with it is build in GitHub Actions, and deployed GotHub Pages, it is losing basePath
|
baseUrl: import.meta.env.DEV ? "http://localhost:3000" : "https://xmlking.github.io/chakra/", |
baseUrl: import.meta.env.DEV ? "http://localhost:3001" : "https://xmlking.github.io/chakra/",
for example for page https://xmlking.github.io/chakra/docs
it is also losing basePath when I do local build and preview vp run docs#build && vp run docs#start
I have baseUrl set to github pages with basePath
/chakra/for some reason with it is build in GitHub Actions, and deployed GotHub Pages, it is losing basePath
chakra/apps/docs/press.config.tsx
Line 58 in ac6b61e
for example for page https://xmlking.github.io/chakra/docs
it is also losing
basePathwhen I do local build and previewvp run docs#build && vp run docs#start