Skip to content

Commit

Permalink
Revert "Clean project from marketing content (#50)"
Browse files Browse the repository at this point in the history
This reverts commit 23524cb.
  • Loading branch information
scastiel committed Jan 19, 2024
1 parent 18ac214 commit 8580251
Show file tree
Hide file tree
Showing 12 changed files with 1,328 additions and 25 deletions.
9 changes: 7 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {}
const nextConfig = {
images: {
remotePatterns: [{ hostname: 'avatars.githubusercontent.com' }],
},
}

module.exports = nextConfig
const { withPlausibleProxy } = require('next-plausible')
module.exports = withPlausibleProxy()(nextConfig)
Loading

0 comments on commit 8580251

Please sign in to comment.