We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d3f710 commit 981f4bdCopy full SHA for 981f4bd
3 files changed
build.sh
@@ -5,7 +5,7 @@ set -exu
5
export NODE_ENV=production
6
7
# replace duplicate footer tag
8
-sed -i 's/<footer/<div/g' ./node_modules/@vuepress/theme-default/lib/client/components/VPPageMeta.vue
9
-sed -i 's/<\/footer>/<\/div>/g' ./node_modules/@vuepress/theme-default/lib/client/components/VPPageMeta.vue
+sed -i 's/<footer/<div/g' ./node_modules/@vuepress/theme-default/dist/client/components/VPPageMeta.vue
+sed -i 's/<\/footer>/<\/div>/g' ./node_modules/@vuepress/theme-default/dist/client/components/VPPageMeta.vue
10
11
npm run docs:build
0 commit comments