Skip to content

Commit

Permalink
♻️ Preview Images broken on Staging (#1566)
Browse files Browse the repository at this point in the history
♻️ Update Block image paths
  • Loading branch information
tkapa authored Oct 15, 2024
1 parent e4bd9b9 commit c953c11
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tina/collections/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const ruleCountBlock: Template = {
defaultItem: {
label: 'SSW Rules'
},
previewSrc: '/img/blocks/rule-count.png'
previewSrc: '/rules/blocks/rule-count.png'
},
fields: [
{
Expand All @@ -26,7 +26,7 @@ const latestRulesBlock: Template = {
defaultItem: {
label: 'Latest Rules'
},
previewSrc: '/img/blocks/latest-rules.png'
previewSrc: '/rules/blocks/latest-rules.png'
},
fields: [
{
Expand All @@ -48,7 +48,7 @@ const historyOfRulesBlock: Template = {
label: 'Help improve our Rules',
}
},
previewSrc: '/img/blocks/history-of-rules.png'
previewSrc: '/rules/blocks/history-of-rules.png'
},
fields: [
{
Expand Down Expand Up @@ -114,7 +114,7 @@ const callToActionBlock: Template = {
label: 'Call to Action',
name: 'callToAction',
ui: {
previewSrc: '/img/blocks/call-to-action.png'
previewSrc: '/rules/blocks/call-to-action.png'
},
fields: [
{
Expand Down

0 comments on commit c953c11

Please sign in to comment.