Adam Chipperfield
Adam Chipperfield
Is there a way we can get this working without hard coded solutions? I have an app where we're passing whatever link is defined in the CMS to nuxt-link.
Ditto, getting this freqently. Any ideas?
Right, figured this one out. It's expecting the image reference and not the full CDN path. Do we see a use case for allowing the full path to be passed?...
+1 here. Feels like this should already be baked in especially with this being a Nuxt.js specific implementation of vue-i18n. Does anyone have any workarounds for the moment? Main use...
This works, but translations aren't pulling through. Anyone know how this can be avoided?
Bundled file attached... ```'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); function _interopNamespace(e) { if (e && e.__esModule) return e; var n = Object.create(null); if (e) { Object.keys(e).forEach(function (k) {...
Also, when doing the same but from the src directory it works fine... just not from CWD.
@danielroe Here's an example of the project structure: - app/ -- nuxt.config.js -- vercel.json -- stories/ -- [rest of the Nuxt.js files] So in vercel.json we're using the Vercel builder....
How hasn't this got much attention? Feels like a pretty big issue.