fix: reroute static files and remove mockCms
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user