File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
packages/tel-frontend-review/src/layouts Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 55 <title >{{ title or " TEL Frontend" }} </title >
66
77 {# NHS UK precompiled CSS #}
8- <link rel =" stylesheet" href =" /tel-frontend /stylesheets/nhsuk.min.css" >
8+ <link rel =" stylesheet" href =" {{ baseurl }} /stylesheets/nhsuk.min.css" >
99
1010 {# TEL frontend compiled CSS #}
11- <link rel =" stylesheet" href =" /tel-frontend /stylesheets/tel-frontend.css" >
11+ <link rel =" stylesheet" href =" {{ baseurl }} /stylesheets/tel-frontend.css" >
1212
1313 {# Review site styling (examples etc) #}
14- <link rel =" stylesheet" href =" /tel-frontend /stylesheets/review.css" >
14+ <link rel =" stylesheet" href =" {{ baseurl }} /stylesheets/review.css" >
1515</head >
1616<body class =" nhsuk-body" >
1717
3030 </main >
3131
3232 {# NHS UK frontend JS #}
33- <script src =" /tel-frontend /javascripts/nhsuk.min.js" ></script >
33+ <script src =" {{ baseurl }} /javascripts/nhsuk.min.js" ></script >
3434
3535 {# TEL frontend JS #}
36- <script src =" /tel-frontend /javascripts/tel-frontend.min.js" ></script >
36+ <script src =" {{ baseurl }} /javascripts/tel-frontend.min.js" ></script >
3737</body >
3838</html >
You can’t perform that action at this time.
0 commit comments