Lukas

Results 18 comments of Lukas

> I've tried setting the locale manually on markdown files in the `onCreateNode`-hook in `gridsome.server.js` without any success. Could this be because of the issue you're mentioning? > > ```...

Please have a look at #32 I just opened a pull request to solve this issue.

> Temporary Workaround until this gets fixed: > cou can manually inject the language code you use in the url to your g-links. > > In my case it looks...

Can you provide an example repo? In all my tests the locale didn't fall back to the default with the fix of this pull request.

@ericwaetke I looked up your code now. The problem with the `$context.locale` falling back to the default **only applies to [Templates](https://gridsome.org/docs/templates/#templates)**. In your example however, you are exclusively using [Pages](https://gridsome.org/docs/pages/#pages)....

@vbondik thank you! had the same problem, now everything is working fine

Had the same problem and found [this](https://blog.nativebase.io/nativebase-sketch-template-1abc14817c73). You have to install [Ionicons v2](https://github.com/driftyco/ionicons/archive/v2.0.1.zip). I just tried it myself and it worked 😊

I don't know if the `` component is actually made for this purpose. I think it would make more sense to use the `g-image` directive in this case. ```vue ......

As far as the documentation states, `` is mainly to output progressive images. Lazy loading is just a part of this. That's why I thought the directive might be a...

The reason for this problem is the blink cache in the `find()` method. https://github.com/statamic/eloquent-driver/blob/2c4a775accb30803120b009209bc80ebcca23093/src/Entries/EntryRepository.php#L20-L25