@nine-lab/nine-mu 0.1.394 → 0.1.395
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -68,7 +68,7 @@ const createDynamicRoutes = (menuData, projectViews, Custom404) => {
|
|
|
68
68
|
const fullFolderPath = sanitizedParts.join("/");
|
|
69
69
|
|
|
70
70
|
// 사용자 프로젝트 루트 기준 상대 경로 매핑
|
|
71
|
-
const componentPath =
|
|
71
|
+
const componentPath = `${fullFolderPath}/${pascalName}.jsx`;
|
|
72
72
|
|
|
73
73
|
dynamicRoutes.push({
|
|
74
74
|
path: menu.path,
|