Skip to content

Commit

Permalink
docs: Add official socials
Browse files Browse the repository at this point in the history
  • Loading branch information
skryukov committed Jun 23, 2024
1 parent 62c52b9 commit 1297825
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ export default defineConfig({
},

socialLinks: [
{icon: 'github', link: 'https://github.com/inertiajs/inertia-rails'}
{icon: 'github', link: 'https://github.com/inertiajs/inertia-rails'},
{icon: 'x', link: 'https://x.com/inertiajs'},
{icon: 'discord', link: 'https://discord.gg/inertiajs'},
],
}
})

0 comments on commit 1297825

Please sign in to comment.