We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34804d0 commit 7952ddcCopy full SHA for 7952ddc
1 file changed
apps/site/next.dynamic.mjs
@@ -105,7 +105,7 @@ const getDynamicRouter = async () => {
105
// meaning that the route exists on the website and can be rendered
106
if (pathnameToFilename.has(normalizedPathname)) {
107
const filename = pathnameToFilename.get(normalizedPathname);
108
- const filepath = `${pagesDirectory}/${locale}/${filename}`;
+ const filepath = normalize(`${pagesDirectory}/${locale}/${filename}`);
109
110
// We verify if our Markdown cache already has a cache entry for a localized
111
// version of this file, because if not, it means that either
0 commit comments