Damien Robinson

Results 8 issues of 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 ![developers facebook com_tools_debug__q=https%3A%2F%2Fdaim dev%2Fblog%2Fsetup-windows-subsystem-for-linux](https://user-images.githubusercontent.com/21211734/116769333-a376b880-aa7e-11eb-9582-d76f5675e939.png) ###...

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 =...

resolves #378

pending
provider
v0

On local dev (`npm run dev`) my 404 page is returning this error: ![localhost_3000_test](https://user-images.githubusercontent.com/21211734/116772436-64526280-aa92-11eb-81c3-d8d00280b2d6.png) ``` ERROR [Vue warn]: Error in render: "TypeError: Cannot read property '_img' of undefined" 14:55:22 found...

bug

>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...