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
// .island/config.ts export default defineConfig({ // ... base: '/test/', // ... })
// docs/index.md --- hero: // ... actions: - theme: brand text: go link: /article // ... ---
期望跳转到/program-guide/article
/program-guide/article
实际跳转到/program-guide/program-guide/article
/program-guide/program-guide/article
如果配置actions link为/program-guide/article
则会跳转到/program-guide/program-guide/program-guide/article
/program-guide/program-guide/program-guide/article
mac node@18 pnpm@8 [email protected]
No response
The text was updated successfully, but these errors were encountered:
如果同时设置了locales和base的话,base会被强制转置到locales
我直接使用master分支添加base配置后发现的
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Reproduction
Expected behavior
期望跳转到
/program-guide/article
实际跳转到
/program-guide/program-guide/article
如果配置actions link为
/program-guide/article
则会跳转到
/program-guide/program-guide/program-guide/article
System Info
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: