diff options
| author | Sebastien Castiel <sebastien@castiel.me> | 2024-01-19 11:28:25 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-19 11:28:25 -0500 |
| commit | 23524cb94314fd50476ccffe654841d980c713d7 (patch) | |
| tree | 6546d4d8675c1e4bc9d30f6bf526e08eef9b4eaf /next.config.js | |
| parent | f9040f8beda10b3969572cf8764e49f9b24b222a (diff) | |
Clean project from marketing content (#50)
* Clean project from marketing content
* Remove some dependencies
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 |
