Drew Baker
Drew Baker
This was done awhile ago
https://github.com/mad-gooze/fast-blurhash
https://unlazy.byjohann.dev/integrations/nuxt.html
Yeah I've seen that module, it's an interesting idea. I'd need to investigate how best to use that with WordPress serving the images. Probably just give it the full file...
See this: https://github.com/funkhaus/fuxt/issues/5 I like the idea of a prop on `wp-gutenberg` to set what the data type should be.
Hi @izzygld, thanks for thinking of us! Curious how this works for frontends that don't map perfectly to WordPress backends URL structure? Also what does this allow, and what would...
Now that we have the `` component, I think I can get this working. Would be really good for the funkhaus sites to get this working for anypage that has...
We can remove all store stuff, I don't think we are going to use WooCommerce ever again now that we have Shopify plugin.
We stopped use this plugin when we just added enabled CORS on all domains in our theme. Is that something that you would do? See: https://github.com/funkhaus/fuxt-backend/blob/master/functions/gql-functions.php#L110-L136
The WordPress login functions don't handle same site settings of cookies very well. So we use this: https://github.com/MikhailRoot/samesite-cookie-manager But not sure if that plays nicely with the login mutation from...