Files
vscode-front-matter/docs/next.config.js
Elio Struyf 596804ac79 Docs
2021-08-30 09:44:48 +02:00

5 lines
87 B
JavaScript

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