commerce/site/config/theme.json
2022-06-13 14:37:34 -04:00

10 lines
192 B
JSON

{
"features": {
"logo": false
},
"theme": {
"logoSrc": "replace with the path in `public` your logo ex: /assets/logo.svg",
"logoAlt": "Replace with your logo alt text"
}
}