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

urls static website export incorrect for subfolder deployment #4724

Open
cgrauls opened this issue Jan 6, 2025 · 1 comment
Open

urls static website export incorrect for subfolder deployment #4724

cgrauls opened this issue Jan 6, 2025 · 1 comment

Comments

@cgrauls
Copy link

cgrauls commented Jan 6, 2025

Hi,
when you build and download static site. all urls are build with leading / .
This will cause the website not to work when placed in a subfolder. I understand why you do this for new page's.

but this needs to be flexibel.
example

    <link
      rel="stylesheet"
      type="text/css"
      href="/assets/static/app_generated_index-6937cd5a.Cuc8ld0m.css"
    />

@kof
Copy link
Member

kof commented Jan 6, 2025

right now the only option is to point your static server to that folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants