mirror of
https://github.com/akazwz/smail.git
synced 2026-05-31 21:12:58 +08:00
5 lines
94 B
JavaScript
5 lines
94 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {};
|
|
|
|
module.exports = nextConfig;
|