Updated files path to dynamically load new files.

This commit is contained in:
2026-06-21 17:00:01 +02:00 Verified
parent ead6b5a9f7
commit db6303e206
14 changed files with 77 additions and 36 deletions
+1
View File
@@ -23,6 +23,7 @@ const nextConfig: NextConfig = {
output: "standalone",
allowedDevOrigins: [
'10.10.0.121',
'10.11.0.122',
'localhost',
],
};