Files
novalon-website/.next/app-path-routes-manifest.json
T

19 lines
738 B
JSON

{
"/(marketing)/about/page": "/about",
"/(marketing)/cases/[id]/page": "/cases/[id]",
"/(marketing)/contact/page": "/contact",
"/(marketing)/news/[slug]/page": "/news/[slug]",
"/(marketing)/news/page": "/news",
"/(marketing)/page": "/",
"/(marketing)/privacy/page": "/privacy",
"/(marketing)/products/[id]/page": "/products/[id]",
"/(marketing)/products/page": "/products",
"/(marketing)/services/[id]/page": "/services/[id]",
"/(marketing)/services/page": "/services",
"/(marketing)/terms/page": "/terms",
"/_global-error/page": "/_global-error",
"/_not-found/page": "/_not-found",
"/api/contact/route": "/api/contact",
"/favicon.ico/route": "/favicon.ico",
"/preview/effects/page": "/preview/effects"
}