Skip to content

Commit

Permalink
refactor(config): Add base Path
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Nov 17, 2022
1 parent 014f4a4 commit 2bec57d
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 78 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { version } from '../../package.json'
export default defineConfig({
title: 'VitePress Blog Starter',
description: 'Blog included. Built on top of UnoCSS and Anu.',
base: '/vitepress-blog-starter/',
themeConfig: {
footer: {
message: 'VitePress Blog Starter',
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"author": "Tom Lamers",
"devDependencies": {
"@antfu/eslint-config": "^0.30.1",
"@antfu/eslint-config": "^0.31.0",
"@iconify-json/bx": "^1.1.4",
"@iconify-json/fluent-emoji": "^1.1.5",
"@iconify-json/heroicons-outline": "^1.1.4",
Expand All @@ -35,7 +35,7 @@
"fs-extra": "^10.0.0",
"gray-matter": "^4.0.3",
"markdown-it": "^13.0.1",
"typescript": "^4.8.4",
"typescript": "^4.9.3",
"unocss": "^0.46.5",
"vitepress": "1.0.0-alpha.29",
"vitepress-plugin-search": "1.0.4-alpha.15",
Expand Down

0 comments on commit 2bec57d

Please sign in to comment.