We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.
Very nice article thank you.
Do you have an article on how you added Disqus to your site?
Hey Ishaan I've used this easy plugin: https://github.com/ktquez/v...
Thanks! I also used that plugin...but there are a lot of errors.
Great! Thanks for this article. I wish you would handle handling of images served from another server though, instead of only with images from your nuxt project.
I use https://www.imgix.com/ in some other nuxt projects for this purpose. ;)
Love the articles on Nuxt and am implementing some of the tutorials into a new blog site. I have noticed a weird media query issue with your sidebar I wasn't sure if you were aware. At 1011px, the sidebar covers the browser window, with your profile picture on the left and burger icon on right centred in the window. At 767px, the menu goes to the top as you have planned. Great site and resource.
Thanks! Seems my last "git commit -m 'css bugfix'" was actually quite the opposite. Thanks for telling me - fixed ;)
Hi, Thanks for the article! Is there a way to do the ":data-srcset" without require? Since my content is dynamic and I am using variables there, the webpack will throw an error if I do that inside a require.