Scott Rod
Scott Rod
+1 for adding image previews in the timeline, still keep the favicon per feed source.
Besides images used in HTML and markdown, what about images referenced in frontmatter? I've had to add these to `static/images` in order for this to work instead of `assets`. ```yaml...
Setting `data-auto-focus="true"` inside `template-parts/mobile-offcanvas` will correct the behavior and support keyboard focus on the off-canvas menu.
On the accordion menu, the ID of the parent menu item is repeated for the button toggle item. This is invalid HTML and a problem for accessibility. IDs must have...
This doesn't appear to be an issue with Foundation itself because their off-canvas component works as intended on Android Chrome. BTW, Safari and Chrome on iOS behave as intended with...
I'm getting the same undesirable results with Gridsome 0.7.23. app.js is ~72kb Script Evaluation is also taking 2,231 ms Any ideas on how to reduce?
BTW, I didn't have the issue when installed my dependencies with `yarn install` only `npm install`
@courcelan Thanks for that tip! I tried removing `${scripts}` which accounted for most of Google Lighthouse's JS criticisms. However, if you remove `${scripts}`, and rely on `g-image`, your site will...
> Gridsome. You can't even SSG on the current Nuxt 3. Nuxi generate will generate an output directory. It can be served via Netlify. https://v3.nuxtjs.org/api/commands/generate#nuxi-generate.
This is actually an old issue. https://github.com/gridsome/gridsome/pull/1257 It says the fix was merged, but when you install Gridsome 0.7.23, even into a new project, the fix isn't there! Why doesn't...