Skip to content

basePath lost in static build #11

Description

@xmlking

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

Image

it is also losing basePath when I do local build and preview vp run docs#build && vp run docs#start

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions