Skip to content
Snippets Groups Projects
next.config.js 94 B
Newer Older
Alexander Schoch's avatar
Alexander Schoch committed
/** @type {import('next').NextConfig} */
Alexander Schoch's avatar
Alexander Schoch committed
const nextConfig = {};
Alexander Schoch's avatar
Alexander Schoch committed
module.exports = nextConfig;