mirror of
https://github.com/supabase/supabase.git
synced 2026-07-02 23:24:21 +08:00
9 lines
181 B
JavaScript
9 lines
181 B
JavaScript
const withTM = require('next-transpile-modules')(['common'])
|
|
|
|
module.exports = withTM({
|
|
reactStrictMode: true,
|
|
images: {
|
|
domains: ['avatars.githubusercontent.com'],
|
|
},
|
|
})
|