Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit af72313

Browse files
committed
fix(template): htmlAttrs typo
1 parent 1d34c5c commit af72313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cna-template/template/nuxt/nuxt.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<%_ } _%>
1818
title: '<%= name %>',
1919
<%_ if (!pwa) { _%>
20-
htmlAttrs, {
20+
htmlAttrs: {
2121
lang: 'en'
2222
},
2323
<%_ } _%>

0 commit comments

Comments
 (0)