saleor-dashboard/.storybook/preview-head.html
2023-06-12 10:01:30 +02:00

14 lines
266 B
HTML

<style>
html {
/* set base font size to 13px */
font-size: 50.782% !important;
}
</style>
<script>
window.__SALEOR_CONFIG__ = {
API_URL: "",
APP_MOUNT_URI: "/",
IS_CLOUD_INSTANCE: false,
};
window.process = { cwd: () => "" };
</script>