Keenwon

Results 47 comments of Keenwon

直接使用联动模式,需要长一样。 截图这种只能初始化话两个了,尝试下在 callback 里做状态的同步。

这个暂时还不支持... 我想了10s,支持这个需要大升级... 不过这种确实少见了...

You need to pass `Host` field to nodejs, koa-subdomain will select different route based on the `Host` field.

Almost that, you can try to debug.

`sub.sub.example.com` will match `*.sub.example.com`. Currently, `*` only match 1 domain offset.

我突然发现你写的是`koa-route`,而我一直用的是[koa-router](https://github.com/alexmingoia/koa-router),对于koa-router,你不new也可以,他自己会处理的: https://github.com/alexmingoia/koa-router/blob/5.x/lib/router.js#L44

I had the same problem. ``` /*.html /:splat/ 301 ``` not work with `wrangler pages publish`

@jahands The _headers and _redirects are still not visible in the dashboard

I have the same issues ```bsh ERROR in ./src/index.js Module build failed (from ./node_modules/babel-loader/lib/index.js): TypeError: /home/keenwon/Code/test/babel.config.mjs: Error while loading config - Invalid host defined options at import_ (/home/keenwon/Code/test/node_modules/@babel/core/lib/config/files/import.js:9:3) at /home/keenwon/Code/test/node_modules/@babel/core/lib/config/files/module-types.js:100:26...