mirror of
https://github.com/spliit-app/spliit.git
synced 2026-02-07 08:06:12 +01:00
6 lines
171 B
JavaScript
6 lines
171 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {}
|
|
|
|
const { withPlausibleProxy } = require('next-plausible')
|
|
module.exports = withPlausibleProxy()(nextConfig)
|