Arno Schlipf
Arno Schlipf
Btw, I'm using supabase cloud, as I assumed that by now this would be integrated. Or is this still a fetaure that only works in supabase CLI?
Is it just me are has this stopped working (trying it in Kirby `3.9.5`)
I found the issue: to determine wether the options are from a query, you are testing `Object.keys(option).length == 2 ` (https://github.com/sylvainjule/kirby-color-palette/blob/master/src/components/field/ColorPalette.vue#L147). In recent versions of Kirby, the option has more...
The thumbnail images in google image search are base64 encoded so there is no way you can prevent them from loading, because they are already there in the source code....
Can you share your setup with a minimal repository? There used to be a similar issue but I forgot what caused it 🙈
Ah I found it: maybe issue #40 can help you
The file is git ignored on purpose, because it is auto-generated by the kirby-vite plugin. I don't like to commit any files that are auto-generated or installed, like `/node_modules` and...
Glad I could help :) I'll close this issue, but add another one as a reminder to add a better error message, something like `vite.config.php not found` instead of the...
Vite 5 is supported since [v5.0.0](https://github.com/arnoson/kirby-vite/releases/tag/v5.0.0) :) I try to keep the major version numbers in sync with Vite. Which version are you on?
Closing this issue, since it should aready work. Feel free to re-open it if you still have problems with Vite 5!