aboutsummaryrefslogtreecommitdiffstats
path: root/next.config.js
diff options
context:
space:
mode:
authorSebastien Castiel <sebastien@castiel.me>2024-01-19 11:28:25 -0500
committerGitHub <noreply@github.com>2024-01-19 11:28:25 -0500
commit23524cb94314fd50476ccffe654841d980c713d7 (patch)
tree6546d4d8675c1e4bc9d30f6bf526e08eef9b4eaf /next.config.js
parentf9040f8beda10b3969572cf8764e49f9b24b222a (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.js9
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