Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Nov 5, 2024
1 parent df72aa5 commit ce84e5e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default defineConfig({
link: '/reference/plugin-api',
},
{
text: 'Playground',
text: 'Examples',
link: 'https://github.com/hemengke1997/vite-plugin-remix-flat-routes/tree/master/playground',
},
],
Expand Down Expand Up @@ -105,5 +105,8 @@ export default defineConfig({
message: 'Released under the MIT License.',
copyright: 'Copyright © 2024 hemengke1997',
},
search: {
provider: 'local',
},
},
})

0 comments on commit ce84e5e

Please sign in to comment.