Commit f727a3b1 by 肖康

13.0.5

parent 6f674d6c
Showing with 0 additions and 10 deletions
/** @type {import('next').NextConfig} */ /** @type {import('next').NextConfig} */
import './polyfill.js';
const nextConfig = { const nextConfig = {
// output: 'standalone', // output: 'standalone',
// experimental: { // experimental: {
......
if (typeof performance === 'undefined') {
global.performance = {
mark: () => {},
measure: () => {},
getEntriesByName: () => []
};
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment