Fix internal admin route for subdomain
CI / quality (push) Has been cancelled

This commit is contained in:
MOH
2026-03-12 00:24:08 +01:00
parent 87a597c872
commit f14116b56c
17 changed files with 2 additions and 2 deletions
@@ -0,0 +1 @@
export { default } from "../../../../root/portfolio/projects/[id]/page";
@@ -0,0 +1 @@
export { default } from "../../../../root/portfolio/projects/new/page";
@@ -0,0 +1 @@
export { default } from "../../../root/portfolio/projects/page";