From 156caab80eeb00cc0f7c98dbdbd42b3b7378f365 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Mon, 9 Sep 2024 15:20:38 +0200 Subject: [PATCH] test fix loading spinner problem https://github.com/storybookjs/storybook/issues/17838 --- alfa-client/libs/design-system/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alfa-client/libs/design-system/nginx.conf b/alfa-client/libs/design-system/nginx.conf index 051d6ea705..7a117673cb 100644 --- a/alfa-client/libs/design-system/nginx.conf +++ b/alfa-client/libs/design-system/nginx.conf @@ -32,7 +32,7 @@ http { location / { - root /usr/share/nginx/html/design-system; + root /usr/share/nginx/html/design-system/; index index.html index.htm; add_header Cache-Control "no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0"; -- GitLab