Enable to statically build storybook in Vite project

This commit is contained in:
Joseph Garrone
2024-02-18 11:28:17 +01:00
parent 9b974505eb
commit bcc8b12e13

View File

@ -25,7 +25,7 @@ export function keycloakify() {
urlPathname = (() => {
let out = resolvedConfig.env.BASE_URL;
if (out.startsWith(".") && command === "build") {
if (out.startsWith(".") && command === "build" && resolvedConfig.envPrefix?.includes("STORYBOOK_") !== true) {
throw new Error(
[
`BASE_URL=${out} is not supported By Keycloakify. Use an absolute URL instead.`,