nuejs / nue

A content first web framework. Perfect for UX developers.
https://nuejs.org
MIT License
5.86k stars 171 forks source link

SPA demo not working when deploy on subpath of domain #272

Open x4fingers opened 1 month ago

x4fingers commented 1 month ago

Describe the Bug

The SPA demo is not working when I deploy it on the subpath of the domain.

I followed the document from here: https://nuejs.org/docs/reference/configuration-options.html#base and modified some static paths on the app.

Environment

Minimal Reproduction

For details, I created a repository for demonstration purposes here. I will delete it after this issue is finished.