diff --git a/public/aktuelles.html b/public/aktuelles.html
index e0c063d50e84c29d46c55fdbe7870a958c93e7ea..37014d399b5f4bc0b098374bd13d7e47fb0f9a25 100644
--- a/public/aktuelles.html
+++ b/public/aktuelles.html
@@ -27,7 +27,7 @@
 <body style="margin : 0px; overflow: hidden;">
   <!-- minimal loader shown until image descriptors are loaded -->
   <div class="arjs-loader">
-    <div>2Loading, please wait...</div>
+    <div>3Loading, please wait...</div>
   </div>
   <a-scene
     vr-mode-ui="enabled: false;"
@@ -46,14 +46,14 @@
 
     <a-nft
       type="nft"
-      url="assets"
+      url="./assets"
       smooth="true"
       smoothCount="10"
       smoothTolerance=".01"
       smoothThreshold="5"
     >
       <a-entity
-        gltf-model="assets/scene.gltf"
+        gltf-model="./assets/scene.gltf"
         scale="5 5 5"
         position="50 150 0"
       >