@module-federation/nextjs-mf 5.6.3-0 → 5.6.3-1
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -251,7 +251,7 @@ More info here: https://github.com/module-federation/nextjs-mf/tree/main/package
|
|
|
251
251
|
```js
|
|
252
252
|
// __document.js
|
|
253
253
|
|
|
254
|
-
import { revalidate } from '@module-federation/nextjs-mf/
|
|
254
|
+
import { revalidate } from '@module-federation/nextjs-mf/utils';
|
|
255
255
|
import Document, { Html, Head, Main, NextScript } from 'next/document';
|
|
256
256
|
class MyDocument extends Document {
|
|
257
257
|
static async getInitialProps(ctx) {
|
package/package.json
CHANGED