Move back last comments css file

This commit is contained in:
Paul Mineev
2022-04-21 17:43:35 -05:00
committed by Umputun
parent 3f3bfaffc6
commit bf6a08bdcd
3 changed files with 5 additions and 3 deletions
+4
View File
@@ -15,6 +15,10 @@ module.exports = [
path: 'public/last-comments.mjs',
limit: '33 KB',
},
{
path: 'public/last-comments.css',
limit: '6 KB',
},
{
path: 'public/deleteme.mjs',
limit: '11 KB',
-2
View File
@@ -7,8 +7,6 @@ import { loadLocale } from 'utils/loadLocale';
import { getLocale } from 'utils/getLocale';
import { ListComments } from 'components/list-comments';
import 'styles/global.css';
const LAST_COMMENTS_NODE_CLASSNAME = 'remark42__last-comments';
const DEFAULT_LAST_COMMENTS_MAX = 15;
+1 -1
View File
@@ -16,7 +16,7 @@
}
</style>
<% if (htmlWebpackPlugin.options.env === 'production') { %>
<link rel="stylesheet" href="remark42.css" />
<link rel="stylesheet" href="last-comments.css" />
<% } %>
</head>
<body>