Files
daedalOS/next.config.js
2021-06-26 23:39:01 -07:00

13 lines
205 B
JavaScript

// @ts-check
/**
* @type {import('next/dist/next-server/server/config').NextConfig}
* */
const nextConfig = {
experimental: {},
future: {},
reactStrictMode: true,
};
module.exports = nextConfig;