common/corpus-common-addon/tests/dummy/app/index.html
changeset 406 cf0f23803a53
parent 127 5cd8c3065c38
child 543 aaaf9b0b09f6
--- a/common/corpus-common-addon/tests/dummy/app/index.html	Tue Nov 08 18:23:01 2016 +0100
+++ b/common/corpus-common-addon/tests/dummy/app/index.html	Wed Nov 09 15:05:41 2016 +0100
@@ -9,16 +9,16 @@
 
     {{content-for "head"}}
 
-    <link rel="stylesheet" href="assets/vendor.css">
-    <link rel="stylesheet" href="assets/dummy.css">
+    <link rel="stylesheet" href="{{rootURL}}assets/vendor.css">
+    <link rel="stylesheet" href="{{rootURL}}assets/dummy.css">
 
     {{content-for "head-footer"}}
   </head>
   <body>
     {{content-for "body"}}
 
-    <script src="assets/vendor.js"></script>
-    <script src="assets/dummy.js"></script>
+    <script src="{{rootURL}}assets/vendor.js"></script>
+    <script src="{{rootURL}}assets/dummy.js"></script>
 
     {{content-for "body-footer"}}
   </body>