--- 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>