diff --git a/alfa-client/libs/design-system/nginx.conf b/alfa-client/libs/design-system/nginx.conf
index 051d6ea705268425083e0e88bd1b727df045dcb5..7a117673cbc8ad6878cc5241ad02dc4e1dd0aa03 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";