From ffd51247c62d7282009696098a2188b589866920 Mon Sep 17 00:00:00 2001 From: Alaguraj0361 Date: Sat, 19 Jul 2025 18:58:20 +0530 Subject: [PATCH] out folder generated and trailingslash updated --- components/sections/home1/Banner.js | 6 +++--- next.config.js | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/components/sections/home1/Banner.js b/components/sections/home1/Banner.js index 331f715..5cdd70a 100644 --- a/components/sections/home1/Banner.js +++ b/components/sections/home1/Banner.js @@ -56,7 +56,7 @@ export default function Banner() { Buy Now
- +
@@ -93,7 +93,7 @@ export default function Banner() { Buy Now
- +
@@ -129,7 +129,7 @@ export default function Banner() { Buy Now
- +
diff --git a/next.config.js b/next.config.js index 767719f..32c006a 100644 --- a/next.config.js +++ b/next.config.js @@ -1,4 +1,7 @@ /** @type {import('next').NextConfig} */ -const nextConfig = {} +const nextConfig = { + output:"export", + trailingSlash: true +} module.exports = nextConfig