You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,7 @@ export function getStaticProps() {
102
102
|`title`|`string`| The title text displayed next to the SSW logo. | Yes (If there is no `tagline` provided) |
103
103
|`subtitle`|`string`| The text displayed underneath the SSW logo | No |
104
104
|`tagline`|`string`| The URL of the menu bar item. | No |
105
+
|`searchUrl`|`string`| The absolute URL the search takes you to. If not provided, will default to the host address. i.e. for SSW <www.ssw.com.au> | No |
105
106
|`rightSideActionsOverride`|`() => JSX.Element`| The component to replace the "Call Us" and search buttons that are displayed by default on the right side of the menu. | No |
0 commit comments