Content Page #19
@@ -24,6 +24,12 @@ const config = {
|
|||||||
".js": "jsx",
|
".js": "jsx",
|
||||||
".ts": "tsx",
|
".ts": "tsx",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// Configure base path for GitHub Pages
|
||||||
|
if (process.env.STORYBOOK_BASE_PATH) {
|
||||||
|
cfg.base = "/communityrulestorybook/";
|
||||||
|
}
|
||||||
|
|
||||||
return cfg;
|
return cfg;
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user