Skip to content

Commit fbc7855

Browse files
committed
fix: typo
1 parent 8e9a44b commit fbc7855

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"vue-tsc": "^2.2.0"
3434
},
3535
"config": {
36-
"base": "http://192.168.1.1/.www/blog/data/",
36+
"base": "/data/",
3737
"post_dir": "post/",
3838
"page_dir": "page/",
3939
"static_dir": "static/",

src/admin/write-post.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<script lang="ts" setup>
2-
import '@muyajs/core/lib/style.css';
32
import type { Search } from '@muyajs/core/lib/types/search/index.js';
43
import { onMounted, onUnmounted, reactive, ref, useTemplateRef } from 'vue';
54
import { Post } from '../utils/post';
@@ -46,6 +45,8 @@
4645
box.classList.add('md-container');
4746
(container.value as HTMLElement).append(box);
4847
48+
await import('@muyajs/core/lib/style.css');
49+
4950
const {
5051
CodeBlockLanguageSelector,
5152
EmojiSelector,

0 commit comments

Comments
 (0)