Skip to content

Commit 53f69cb

Browse files
committed
💚 Work around vuejs/vuepress#451
1 parent 9af7217 commit 53f69cb

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/_drafts/
2+
/.vuepress/dist/
23

34
# created by git-ignore
45
# Logs

.vuepress/theme/Layout.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@
66

77
<script>
88
import Vue from 'vue'
9-
import DefaultThemeLayout from 'vuepress/lib/default-theme/Layout.vue'
9+
import DefaultThemeLayout from '../../node_modules/vuepress/lib/default-theme/Layout.vue'
1010
1111
export default {
1212
components: { DefaultThemeLayout }
1313
}
1414
</script>
15-
16-
<style lang="stylus">
17-
</style>

0 commit comments

Comments
 (0)