Skip to content

Commit

Permalink
fix: add playground to examples (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimeTorrealba authored Jun 26, 2023
1 parent 1b7a624 commit ce442a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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({
// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: 'Guide', link: '/guide/' },
{ text: 'Examples', link: '/examples' },
{ text: 'Examples', link: 'https://playground.tresjs.org/' },
],

sidebar: [
Expand Down

0 comments on commit ce442a4

Please sign in to comment.