Ethan Lee

Results 21 comments of Ethan Lee

The same problem bothers me, I disable vetur js validation, but I think this is not a good solution.

I encountered the same problem, When I set the `build.publicPath: https://static.domain.com` and using the default `staticFilename` setting `[publicPath]/image/[hash][ext]` or other setting starting with `[publicPath]`, it will generated contain double slashes....

@pi0 Can you help review this pr? Thanks

The same problem bothered me

@alessandrobrugnera I'm glad your problem has been resolved. Using Windows is slightly different from other operating systems. We have added explanations in the document and also welcome you to supplement...

If you are not using clean URLs mode, you can write it like this: ```ts transformHtml: (_, id, { pageData }) => { if (!/[\\/]404\.html$/.test(id)) { links.push({ url: pageData.relativePath.replace(/\/index\.md$/, '/').replace(/\.md$/,...

How to completely disable prefetch? This has a significant impact on website performance, especially in mobile device scoring.

This issue still exists in `"@strapi/plugin-documentation": "^4.23.0"`.

In the Nuxt2 version of this plugin, there is a `staticFilename` configuration that supports hash. However, it seems that this configuration is no longer available in the new version.