-
Notifications
You must be signed in to change notification settings - Fork 887
Open
Description
I'm trying to host a vue app on a subdirectory like https://my.site/folder/ but every time it tries looking for it in https;//my.site/dist/build.js.
Even when I changed the index.html
to point to dist/build
it finds the build file but nothing displays
I'm also using vue-router
I've checked online but all I keep seeing are to change config/index.js
export.module = {
...
assetsPublicPath: '/folder/'
...
}
but this is for the webpack template.
Metadata
Metadata
Assignees
Labels
No labels