saleor-dashboard/.storybook/preview-head.html

15 lines
266 B
HTML
Raw Permalink Normal View History

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