Clean project from marketing content

This commit is contained in:
Sebastien Castiel
2024-01-18 18:11:24 -05:00
parent f9040f8bed
commit b999117ad8
9 changed files with 11 additions and 537 deletions

View File

@@ -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