source: next.config.js@ ebf5e04

main
Last change on this file since ebf5e04 was 6568bde, checked in by SimonAnastasov <simonanastasov2001@…>, 2 years ago

Initial commit from Create Next App

  • Property mode set to 100644
File size: 118 bytes
Line 
1/** @type {import('next').NextConfig} */
2const nextConfig = {
3 reactStrictMode: true,
4}
5
6module.exports = nextConfig
Note: See TracBrowser for help on using the repository browser.