This commit is contained in:
2024-05-22 08:43:30 +05:00
parent 1b286e9a07
commit 5bc3fc2d2b
+1
View File
@@ -1,5 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
trailingSlash: true,
distDir: "dist",
};