Skip to content
New issue

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

一级目录直接404 #2

Closed
WingGao opened this issue Oct 27, 2019 · 1 comment
Closed

一级目录直接404 #2

WingGao opened this issue Oct 27, 2019 · 1 comment

Comments

@WingGao
Copy link

WingGao commented Oct 27, 2019

const serve = require('koa-static-router');
app.use(serve({
  dir: `./dist`,
  router: '/',
}));

访问 http://locahost:3000/assets/logo.svg, 按理应该读取./dist/assets/logo.svg,然而读取了./dist/logo.svg导致404

@AwesomeDevin
Copy link
Owner

感谢反馈,已修复,之前没有兼容到'/'。🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants