Damien Robinson
Damien Robinson
I have to manually add the nuxt i18n canonical url to og:url meta on my default layout. ### Before adding canonical url as og url  ###...
The toolbar icons change color to white in dark theme but the toolbar default background color stays a light color. This makes the icons unreadable. Can we please toggle the...
I am using lqip-colors palette and responsive-loader and noticed that my dist folder contains large jpg files from lqip-colors. These unused jpg files are taking up a lot of space....
To use this library with Nuxt and typescript I need to add this code into my nuxt.config.js. ```javascript global.HTMLElement = typeof window === 'undefined' ? Object : window.HTMLElement; global.SVGElement =...
On local dev (`npm run dev`) my 404 page is returning this error:  ``` ERROR [Vue warn]: Error in render: "TypeError: Cannot read property '_img' of undefined" 14:55:22 found...
>Laravel localization doesn't follow the usual "dot notation" for files in nested directories. When using the dot notation with nested directories translation key is returned. Such edit to docs was...