herbst🌵
Can't get relative paths in `nuxi generate`
Sure. Just made a new StackBlitz that reproduces the issue.
https://stackblitz.com/edit/nuxt-starter-qum3vc
13 replies
Can't get relative paths in `nuxi generate`
Openend an issue here: https://github.com/nuxt/nuxt/issues/28624
13 replies
Can't get relative paths in `nuxi generate`
I found this issue:
https://github.com/nuxt/nuxt/issues/13780#issuecomment-1397314850
But using
baseURL: "./"
does not seem to work in Nuxt 3?13 replies
Can't get relative paths in `nuxi generate`
I tried
app.baseUrl: "./"
, but that doesn't change the output; app.baseUrl: "custom"
changes the output (but of course it's still absolute then).
I also tried app.buildAssetsDir: "./__custom"
, but that still results in an absolute path (/__custom/__custom
for some reason).13 replies