Skip to content

Commit f3d55e9

Browse files
committed
Fix build
1 parent 9c0ba64 commit f3d55e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vuepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export default defineConfig({
130130
ariaLabel: 'Community Menu',
131131
items: [
132132
{ text: 'Awesome', link: 'https://github.com/chartjs/awesome' },
133-
{ text: 'Slack', link: 'https://join.slack.com/t/chartjs/shared_invite/zt-1vdtibucn-tqbjBY~YAm_sP8iNFpU7Gg' },
133+
// { text: 'Slack', link: 'https://join.slack.com/t/chartjs/shared_invite/zt-1vdtibucn-tqbjBY~YAm_sP8iNFpU7Gg' }, Don't show slack link since vuepress can't handle the `~` symbol
134134
{ text: 'Stack Overflow', link: 'https://stackoverflow.com/questions/tagged/chart.js' }
135135
]
136136
}

0 commit comments

Comments
 (0)