We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.

Dominik Novosad • 4 years ago

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.

chrisyeung • 5 years ago

Very nice article thank you.

Ishaan • 6 years ago

Do you have an article on how you added Disqus to your site?

derkinzi • 6 years ago

Hey Ishaan I've used this easy plugin: https://github.com/ktquez/v...

Ishaan • 6 years ago

Thanks! I also used that plugin...but there are a lot of errors.

Mattias • 6 years ago

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.

derkinzi • 6 years ago

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.

derkinzi • 6 years ago

Thanks! Seems my last "git commit -m 'css bugfix'" was actually quite the opposite. Thanks for telling me - fixed ;)