From 15bd39c66eb9c1942b72fb373fbe16865f715f04 Mon Sep 17 00:00:00 2001
From: lijh <lijh>
Date: Tue, 18 Jan 2022 18:51:45 +0800
Subject: [PATCH] 新的文章组件

---
 vue.config.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/vue.config.js b/vue.config.js
index e448f53..04b875d 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -2,7 +2,7 @@
 module.exports = {
 	configureWebpack: (config) => {
 		config.module.rules.push({
-			test: /\.md$/,
+			test: /\.(md|htm)$/,
 			use: [{
 				loader: 'text-loader', // 解决ivew组件 忽略前缀i的问题
 				options: {

--
Gitblit v1.9.1