Fix zeptotech logo path in footer.
This commit is contained in:
parent
1b2c3ee37f
commit
8a36bbcd8c
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ export default defineConfig({
|
||||||
],
|
],
|
||||||
|
|
||||||
footer: {
|
footer: {
|
||||||
message: "<a class='zeptotech' href='https://zeptotech.fr' target='_blank' ><img src='/zeptotech.svg' alt='Zeptotech' /></a> Powered by Zeptotech"
|
message: "<a class='zeptotech' href='https://zeptotech.fr' target='_blank' ><img src='/zrm/zeptotech.svg' alt='Zeptotech' /></a> Powered by Zeptotech"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue