hostforge/next.config.js

5 lines
94 B
JavaScript
Raw Normal View History

2023-09-19 16:54:27 +00:00
/** @type {import('next').NextConfig} */
2023-09-19 22:31:23 +00:00
const nextConfig = {};
2023-09-19 16:54:27 +00:00
2023-09-19 22:31:23 +00:00
module.exports = nextConfig;