Skip to content

Commit

Permalink
Add local search support
Browse files Browse the repository at this point in the history
  • Loading branch information
curder committed Mar 27, 2024
1 parent 255468f commit f96deb0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ export default defineConfig({
head: [
['link', {rel: 'icon', href: '/laravel-study/images/favicon.ico'}],
],

themeConfig: {
search: {
provider: 'local',
},
logo: {
src: '/images/logomark.min.svg',
alt: "Laravel Logo",
Expand Down

0 comments on commit f96deb0

Please sign in to comment.