fix for bug#6
Build & Push / Build & Push Docker Image (push) Failing after 2m42s

This commit is contained in:
root
2026-07-19 23:20:51 -04:00
parent a010ad6811
commit 9c526af996
5 changed files with 20 additions and 15 deletions
-10
View File
@@ -75,16 +75,6 @@ const nextConfig = {
},
async redirects() {
return [
{
source: `${DASHBOARD_BASE_PATH}/:path*`,
destination: '/:path*',
permanent: false,
},
{
source: DASHBOARD_BASE_PATH,
destination: '/',
permanent: false,
},
{
source: '/',
destination: DASHBOARD_BASE_PATH,