Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ detection checkpoint, and discount links.
5. Go to **Theme settings -> Storefront** and configure `storefront_hostname`
6. **Publish** the theme

## Favicon

You can configure the `favicon` value in **Theme settings -> Logo**.

The favicon is used on `/checkouts/` urls (and any unredirected online store urls)

## Custom redirects

You can configure the `custom_redirects` value in **Theme settings > Storefront**.
Expand Down
11 changes: 11 additions & 0 deletions config/settings_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@
"theme_documentation_url": "https://github.com/Shopify/hydrogen-redirect-theme",
"theme_support_url": "https://github.com/Shopify/hydrogen-redirect-theme/issues"
},
{
"name": "Logo",
"settings": [
{
"type": "image_picker",
"id": "favicon",
"label": "Favicon",
"info": "Displayed at 32 x 32px"
}
]
},
{
"name": "Storefront",
"settings": [
Expand Down
Loading