@vue-storefront/next 0.0.1 → 1.0.0
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/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -116,7 +116,7 @@ export function Providers({ children }: { children: ReactNode }) {
|
|
|
116
116
|
|
|
117
117
|
5. The example of using the SDK can be found in example applications:
|
|
118
118
|
|
|
119
|
-
- [Pages Router](
|
|
120
|
-
- [App Router](
|
|
119
|
+
- [Pages Router](https://github.com/vuestorefront/vue-storefront/tree/main/packages/storefront/packages/next/__tests__/apps/pages-router)
|
|
120
|
+
- [App Router](https://github.com/vuestorefront/vue-storefront/tree/main/packages/storefront/packages/next/__tests__/apps/app-router)
|
|
121
121
|
|
|
122
122
|
That's it! You can now use VueStorefront Next in your Next app ✨
|