Skip to content

Commit ecfd051

Browse files
committed
fix typo
1 parent 27b855c commit ecfd051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export default defineConfig({
9999
{ icon: 'discord', label: 'Discord', href: 'https://discord.com/invite/tauri' },
100100
{ icon: 'twitter', label: 'Twitter', href: 'https://twitter.com/TauriApps' },
101101
{ icon: 'mastodon', label: 'Mastodon', href: 'https://fosstodon.org/@TauriApps' },
102-
{ icon: 'rss', label: 'RSS', href: `${site}/rsspa` },
102+
{ icon: 'rss', label: 'RSS', href: `${site}/rss` },
103103
],
104104
components: {
105105
Header: './src/components/overrides/Header.astro',

0 commit comments

Comments
 (0)