feat: persist map viewport in localStorage, optimize public preview loading with deferred interactive map, and add geometry background management actions.
Build and Release / release (push) Failing after 33s

This commit is contained in:
taDuc
2026-06-04 00:28:26 +07:00
parent 288cde5dcf
commit 5b13ec8d8d
28 changed files with 2690 additions and 601 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ const nextConfig: NextConfig = {
},
],
},
output: 'standalone',
// output: 'standalone',
webpack(config) {
config.module.rules.push({
test: /\.svg$/,