mirror of
https://git.moonleay.net/Websites/liljudd-website.git
synced 2025-07-26 11:22:04 +02:00
4 lines
92 B
JavaScript
4 lines
92 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {}
|
|
|
|
module.exports = nextConfig
|