aboutsummaryrefslogtreecommitdiff
path: root/client-web/public/app.html
diff options
context:
space:
mode:
Diffstat (limited to 'client-web/public/app.html')
-rw-r--r--client-web/public/app.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/client-web/public/app.html b/client-web/public/app.html
index d88abbd..493796f 100644
--- a/client-web/public/app.html
+++ b/client-web/public/app.html
@@ -4,8 +4,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <script defer async type="module" src="/bundle.js"></script>
- <link rel="stylesheet" href="/style/master.css" />
+ <script defer async type="module" src="/_assets/bundle.js"></script>
+ <link rel="stylesheet" href="/_assets/style/master.css" />
<title>keks-meet</title>
</head>