updated basepath

This commit is contained in:
John Doe
2026-03-31 21:40:49 -04:00
parent 01d331fceb
commit 17240fd702
+1 -1
View File
@@ -1,7 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
basePath: "/heretek-openclaw",
basePath: "/heretek-openclaw-docs",
images: {
unoptimized: true
},