Skip to content

Commit

Permalink
Updated ripple create app to fix preview spelling. (#1267)
Browse files Browse the repository at this point in the history
  • Loading branch information
MdNadimHossain committed Dec 20, 2022
1 parent a7e0dd9 commit 3f6a31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-ripple-app/template/nuxt/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default {
<%}%><% if (search === 'yes') { %>search: 1,
<%}%><% if (authenticatedContent === 'yes') { %>authenticatedContent: 1,
<%}%><% if (alert === 'yes') { %>alert: 1,
<%}%><% if (preview === 'yes') { %>preivew: 1,
<%}%><% if (preview === 'yes') { %>preview: 1,
<%}%><% if (site === 'yes') { %>site: 1<%}%>
},
search: {
Expand Down

0 comments on commit 3f6a31a

Please sign in to comment.