This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
hello.kei/next.config.js
Guz ec8c9765b5 new initial commit
moved from nuxtjs to nextjs
2022-08-06 13:14:43 -03:00

5 lines
87 B
JavaScript

/** @type {import('next').NextConfig} */
module.exports = {
reactStrictMode: true,
}