fix: reroute static files and remove mockCms

This commit is contained in:
Christel Westerberg
2024-03-04 12:01:51 +01:00
parent d86ac70d4e
commit 54e7ea04be
28 changed files with 46 additions and 126 deletions

View File

@@ -27,7 +27,7 @@ export default async function Footer({ lang }: LangParams) {
<Image
alt={footerData.logoConnection.edges[0].node.title}
data-js="scandiclogoimg"
data-nosvgsrc="/Static/img/scandic-logotype-white.png" // what here?
data-nosvgsrc="/_static/img/scandic-logotype-white.png" // what here?
height="22"
src={footerData.logoConnection.edges[0].node.url}
width="102"