Content Page #19

Merged
an.di merged 48 commits from adilallo/feature/Blog into main 2025-09-18 15:44:46 +00:00
Showing only changes of commit 9150b8a502 - Show all commits
+6
View File
@@ -24,6 +24,12 @@ const config = {
".js": "jsx",
".ts": "tsx",
};
// Configure base path for GitHub Pages
if (process.env.STORYBOOK_BASE_PATH) {
cfg.base = "/communityrulestorybook/";
}
return cfg;
},
};