Skip to content

Commit

Permalink
reduce diff
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Nov 20, 2023
1 parent f6b338a commit 0bf1b7e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ export default defineConfig({
vite: {
resolve: {
alias: {
'sefirot/': new URL('../../lib/', import.meta.url).pathname,
'sefirot/': new URL('../../lib/', import.meta.url).pathname
}
}
},

themeConfig: {
outline: [2, 3],

search: {
provider: 'local'
},

editLink: {
pattern: 'https://github.com/globalbrain/sefirot/edit/main/docs/:path'
},

search: {
provider: 'local'
},

socialLinks: [
{ icon: 'github', link: 'https://github.com/globalbrain/sefirot' }
],
Expand Down

0 comments on commit 0bf1b7e

Please sign in to comment.