Lakshan Perera
Lakshan Perera
I guess this is because you're using an old version of the Less npm module. From 1.4.1, Less module passes the error to callback, instead of raising the exception. Also,...
You can use an external service such as Google Custom Search - https://developers.google.com/custom-search/v1/overview Also, it would be awesome if you can create a content plugin for Google Custom Search API...
Yes, It's possible. You may look at the https://github.com/laktek/punch-sitemap-generator for inspiration.
You can use `punch generate` (`punch g`) command to generate the static HTML. More details here - https://github.com/laktek/punch/wiki/Generating-a-Site
@joranovski @adrinux There isn't a built-in link helper in Punch, so you might either write a custom helper for that or just manually specify the URL.
@evelant we will look into providing customization options for the project structure. Also, would you be interested in jumping on a quick call with me to summarize your monorepo setup...
I also observed a similar issue with 0.30.0. @6ixfalls curious if you had any workarounds for this?
@acurrieclark You will need to add a CORS check on your function. Check the [example in the guide](https://supabase.com/docs/guides/functions#cors-cross-origin-resource-sharing) on how to implement it in your function.
Sorry misunderstood your question. Looks like this is a bug in our end. Will post a fix for it this week.
We've deployed a fix for this issue. Can you check if the error statuses are returned correctly on your functions?