25-plus-5-Clock/next.config.js
2023-04-03 14:43:00 +10:00

9 lines
163 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
output: "export",
trailingSlash: true,
};
module.exports = nextConfig;