From 558a08f7a62191e4c78f75fe23dbdaddc2bccdff Mon Sep 17 00:00:00 2001 From: Lun <62048917+CloudLun@users.noreply.github.com> Date: Mon, 13 May 2024 12:42:09 +0800 Subject: [PATCH] Update README.md make the next config to the code section --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8ae15f0..a8a0e77 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,10 @@ Make sure to add the [nextjs.yml](https://github.com/BetaNYC/floodgen/blob/main/ in the next config.js file please add: -const nextConfig = { - output: "export", - basePath: "", -}; + const nextConfig = { + output: "export", + basePath: "", + }; ## Learn More