rcal-online/next.config.js

9 lines
163 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
output: 'standalone',
basePath: '/rcal',
}
module.exports = nextConfig