mirror of
https://github.com/misode/misode.github.io.git
synced 2026-05-05 15:11:46 +00:00
Add favicon
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 237 B |
@@ -22,6 +22,7 @@
|
||||
<meta name="og:title" content="<%= htmlWebpackPlugin.options.title %>">
|
||||
<meta name="og:description" content="<%= htmlWebpackPlugin.options.title %>. Generate JSON and use it in data packs.">
|
||||
<title><%= htmlWebpackPlugin.options.title %></title>
|
||||
<link rel="icon" href="/favicon-32.png" sizes="32x32">
|
||||
<link rel="stylesheet" href="<%= htmlWebpackPlugin.files.publicPath %>styles/global.css">
|
||||
<link rel="stylesheet" href="<%= htmlWebpackPlugin.files.publicPath %>styles/nodes.css">
|
||||
</head>
|
||||
|
||||
+2
-1
@@ -25,7 +25,8 @@ module.exports = (env, argv) => ({
|
||||
new CopyWebpackPlugin({
|
||||
patterns: [
|
||||
{ from: 'src/styles', to: 'styles' },
|
||||
{ from: 'src/sitemap.txt', to: 'sitemap.txt' }
|
||||
{ from: 'src/sitemap.txt', to: 'sitemap.txt' },
|
||||
{ from: 'src/favicon-32.png', to: 'favicon-32.png' }
|
||||
]
|
||||
}),
|
||||
new MergeJsonWebpackPlugin({
|
||||
|
||||
Reference in New Issue
Block a user