mirror of
https://github.com/supabase/supabase.git
synced 2026-07-06 18:44:22 +08:00
* feat(blog): Add React Query post. * feat(examples): Add React Query example. * Apply suggestions from code review Thank you 💚 Co-authored-by: Philipp Steinrötter <[email protected]> * chore: update og image. --------- Co-authored-by: Philipp Steinrötter <[email protected]>
5 lines
92 B
JavaScript
5 lines
92 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {}
|
|
|
|
module.exports = nextConfig
|