You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When client code is present, it is not possible to deploy a site built with HonoX to GitHub Pages.
When deploying a site built with Vite to GitHub Pages, it is instructed to change the base setting.
Behavior for embedded deployments is also provided.
FYI: My workaround and considerations:
vite.config.js cannot be read from runtime, so I could not directly tell the Script component the value of base. And the Script component uses "/", so it is not configurable.
I have implemented my own Script component equivalent to get around this, but there may be a better way to do it.
The base value is shared by environment variables.
The text was updated successfully, but these errors were encountered:
What is the feature you are proposing?
When client code is present, it is not possible to deploy a site built with HonoX to GitHub Pages.
When deploying a site built with Vite to GitHub Pages, it is instructed to change the
base
setting.Behavior for embedded deployments is also provided.
FYI: My workaround and considerations:
"/"
, so it is not configurable.base
value is shared by environment variables.The text was updated successfully, but these errors were encountered: