Colin Luo

Results 9 issues of Colin Luo

A Multiple page app has multiple html page, how ever, `vite-plugin-pwa` generate only one route for `index.html`: ``` workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), { denylist: [/^\/backoffice/] })); ``` Is there a way to...

```java 16:17:56,952 ERROR [io.undertow.request] (default task-1) UT005023: Exception handling request to /auth/admin/realms/parallet/identity-provider/providers/weixin: java.lang.NoClassDefFoundError: Failed to link org/keycloak/social/weixin/WeiXinIdentityProvider (Module "deployment.keycloak-services-social-weixin-0.0.3.jar" from Service Module Loader): org/keycloak/broker/oidc/AbstractOAuth2IdentityProvider at java.base/java.lang.ClassLoader.defineClass1(Native Method) at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1016) at...

(node:66000) DeprecationWarning: loaderUtils.parseQuery() received a non-string value which can be problematic, see https://github.com/webpack/loader-utils/issues/56 parseQuery() will be replaced with getOptions() in the next major version of loader-utils.

比如: ```{% qnimg xxx.jpg title: alt: extend:?imageView2/2/w/720 %}``` 现在生成的HTML是这样的: ```html ``` 能不能把`href`中的参数去掉?

我把offline设为true之后,执行`hexo g && hexo deploy` 然后所有图片的地址变成`/static/images/xxx/yyy.jpg`了, 本地使用`hexo server`浏览是好的,但是服务器的根目录根本不存在`static`目录,导致图片全部404.