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

Commit 277656e

Browse files
committed
fix(index.html): remove reference to undefined webpack variable
1 parent 154cc25 commit 277656e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
77
<meta name="description" content="A pre-configured Vuetify application">
88
<meta name="keywords" content="vuetify presets">
9-
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
9+
<link rel="icon" href="favicon.ico">
1010
<title><%= htmlWebpackPlugin.options.title %></title>
1111
</head>
1212
<body>

0 commit comments

Comments
 (0)