@rileybathurst/paddle 0.0.58 → 0.0.59

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rileybathurst/paddle",
3
3
  "private": false,
4
- "version": "0.0.58",
4
+ "version": "0.0.59",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",
package/src/PaddleSEO.tsx CHANGED
@@ -164,7 +164,10 @@ export const PaddleSEO = ({ title, description, ogImage, ogImageDescription, bre
164
164
  `}
165
165
  </Script>
166
166
 
167
- <Breadcrumbs {...breadcrumbs} />
167
+ <Breadcrumbs
168
+ url={strapiLocale.url}
169
+ {...breadcrumbs}
170
+ />
168
171
  {/* {SE0.children} */}
169
172
  </>
170
173
  );