emilpriver / jamstack-preview-and-deployments

Preview and deploy NextJS applications from the wordpress admin.
17 stars 1 forks source link

Preview Method and bugg fix #8

Closed emilpriver closed 4 years ago

emilpriver commented 4 years ago

This pull request closes #7

User are now able to select which way the preview should be open. Iframe: Website is shown inside an iframe when user click "preview" Redirect: User is redirect to the preview url with an window.location when window.onload event is fired.

Bugg fix

Fixed bug where select box never changed value.