Hans-Jørgen Vedvik

Results 48 comments of Hans-Jørgen Vedvik

This looks very good, @thetre97. Thanks! One thing I noticed in the build log is that `webpack-node-externals` has changed the `whitelist`option to `allowlist`. Would be nice if you can change...

@jbampton Thanks for the PR. I agree with @mtlynch here. I think we can run the `markdown-link-check` command manually to fix dead links in all files in another PR, so...

Thanks for the blog post, @dozyio! It looks good, but I'll take a closer look one of the next days :)

You can use the [@gridsome/plugin-sitemap](https://gridsome.org/plugins/@gridsome/plugin-sitemap) plugin.

It seems to work very well! I just noticed that the arrows were a little hard to see in dark mode.

Thanks again, @lucasmichot. Should we also include the plugin paths in the sitemap? The plugin pages are loaded client-side only, so the sitemap plugin doesn't know about them. I can...

We are going to implement i18n for Gridsome sometime within the next months :)

@mtlynch Yes, I agree. I don't think we should recommend it. As you've experienced, It can quickly lead to unwanted results because of how webpack handles dynamic asset paths. @spaceneenja...

What does the `@gridsome/source-wordpress` options in your `gridsome.config.js` look like?

The `typeName` option must match the names you use in the queries and template names. Should work better if you change it to `WordPress` (uppercase P). Or just remove the...