Mattias Fjellvang
Mattias Fjellvang
Seems to be related to this: https://github.com/Rosey/markdown-draft-js/issues/94 However, it's still a mystery to me why underline works in the demo 3, and not in demo 1.
Also tried with: '~/../node_modules/bulma/sass/utilities/mixins.sass' And 'bulma/sass/utilities/mixins.sass' Idea: I think it would be great to have error messages if the file is not found, so it's easier to debug
Perhaps the issue is that I am using `` in my component; then I just don't know how to use mixins as they are written in SASS; but I'm using...
Great @northosts 💪
Yes, that would be very helpful @maoberlehner
Thanks for your suggestion @NicoPennec. I'm not sure this would work in our case as we currently have over 4000 dynamic routes. What about simply using localePath (https://nuxt-community.github.io/nuxt-i18n/api/#localepath) for each...
@miteyema i believe that's the whole purpose of a sitemap. Nevertheless, I'd prefer not to stick with the crawler approach. just fetch the URLs from generate.routes
I believe this is related to: https://github.com/northosts/wuxt/issues/118
After sticking to default container names, it proceeds a bit further, but still fails with this error: [constantsolutions:~/Projects/wuxt]$ yarn generate (master✱) yarn run v1.17.3 $ docker exec front.wuxt yarn generate...
I am also interested in deploying a SSR-app. I guess that's the purpose of Nuxt - but some documentation on how this could be done. I'm using it for a...