Skip to content

Commit 538b39f

Browse files
committed
fix(index.html): add default title
1 parent 105ef38 commit 538b39f

File tree

1 file changed

+2
-2
lines changed
  • packages/@vuetify/presets/generator/templates/base/public

1 file changed

+2
-2
lines changed

packages/@vuetify/presets/generator/templates/base/public/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<meta name="description" content="A pre-configured Vuetify application">
88
<meta name="keywords" content="vuetify presets">
99
<link rel="icon" href="favicon.ico">
10-
<title><%= htmlWebpackPlugin.options.title %></title>
10+
<title>Vuetify Preset</title>
1111
</head>
1212
<body>
1313
<noscript>
14-
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
14+
<strong>We're sorry but Vuetify Preset doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
1515
</noscript>
1616
<div id="app"></div>
1717
<!-- built files will be auto injected -->

0 commit comments

Comments
 (0)