We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
listhen
baseURL
https://github.com/unjs/listhen
The text was updated successfully, but these errors were encountered:
npx nuxi generate
app.baseURL
Came from nuxt/nuxt#27923.
I'm also having this problem and had to manually copy everything from .output/public into .output/public/<baseURL>, that works for now.
.output/public
.output/public/<baseURL>
There's also another problem related with baseURL when using Vitest with nuxt environment, it gives the following error:
nuxt
[nuxt] error caught during app initialization FetchError: [GET] "/<baseURL>/_nuxt/builds/meta/test.json": 404 Cannot find any path matching /<baseURL>/_nuxt/builds/meta/test.json.
It's been reported here: nuxt/test-utils#865
Sorry, something went wrong.
No branches or pull requests
listhen
have support for taking no entrypointbaseURL
in preview command for static preset to respect nitro confighttps://github.com/unjs/listhen
The text was updated successfully, but these errors were encountered: