mirror of
https://github.com/fosrl/pangolin.git
synced 2025-06-27 07:38:57 +02:00
5 lines
92 B
JavaScript
5 lines
92 B
JavaScript
|
/** @type {import('next').NextConfig} */
|
||
|
const nextConfig = {};
|
||
|
|
||
|
export default nextConfig;
|