15 lines
447 B
JSON
15 lines
447 B
JSON
{
|
|
"/_app": "pages/_app.js",
|
|
"/about": "pages/about.html",
|
|
"/api/sitemap/[lang]": "pages/api/sitemap/[lang].js",
|
|
"/_error": "pages/_error.js",
|
|
"/cases": "pages/cases.html",
|
|
"/contact": "pages/contact.html",
|
|
"/features": "pages/features.html",
|
|
"/": "pages/index.html",
|
|
"/login": "pages/login.html",
|
|
"/news": "pages/news.html",
|
|
"/pricing": "pages/pricing.html",
|
|
"/_document": "pages/_document.js",
|
|
"/404": "pages/404.html"
|
|
} |