mirror of
https://github.com/spliit-app/spliit.git
synced 2026-03-03 11:36:12 +01:00
Clean project from marketing content (#50)
* Clean project from marketing content * Remove some dependencies
This commit is contained in:
committed by
GitHub
parent
f9040f8bed
commit
23524cb943
@@ -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