mirror of
https://github.com/spliit-app/spliit.git
synced 2026-03-09 21:49:06 +01:00
Clean project from marketing content
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user