diff options
Diffstat (limited to 'next.config.js')
| -rw-r--r-- | next.config.js | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/next.config.js b/next.config.js index 5030b59..767719f 100644 --- a/next.config.js +++ b/next.config.js @@ -1,9 +1,4 @@ /** @type {import('next').NextConfig} */ -const nextConfig = { - images: { - remotePatterns: [{ hostname: 'avatars.githubusercontent.com' }], - }, -} +const nextConfig = {} -const { withPlausibleProxy } = require('next-plausible') -module.exports = withPlausibleProxy()(nextConfig) +module.exports = nextConfig |
