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: extensions/cms-live-preview/6.0.x/extensions/livePreview/README.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,24 @@ To install the extension run the following command inside your Webiny project:
10
10
yarn webiny extension cms-live-preview
11
11
```
12
12
13
-
Once installed make sure to configure your NextJs/NuxtJs/Angular frontend app to render the pages. To get started clone our reference nextjs app from here: https://github.com/webiny/learn-webiny-nextjs-app/tree/live-preview-ext
14
-
Install the dependencies and run the dev server (`yarn dev`)
13
+
When installed, you must redeploy your API so the new content model gets registered with the system.
14
+
```shell
15
+
yarn webiny deploy api
16
+
```
17
+
18
+
Once deployed make sure to configure your NextJs/NuxtJs/Angular frontend app to render the pages. To get started clone our reference nextjs app from here: https://github.com/webiny/learn-webiny-nextjs-app/tree/live-preview-ext
0 commit comments