Skip to content

Commit 3dabc5c

Browse files
authored
Merge pull request #69 from nurRiyad/riyad/rss-feed
Add rss feed
2 parents f57483e + 072a171 commit 3dabc5c

File tree

5 files changed

+4289
-5388
lines changed

5 files changed

+4289
-5388
lines changed

Diff for: components/main/footer.vue

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ const path = computed(() => route.fullPath.replace('/', ''))
1818
© 2020-2024 No Right is reserved. Who cares 🤷‍♂️? It's
1919
<a href="https://github.com/nurriyad/blog" target="_blank" rel="nofollow" class="underline">open source</a>
2020
anyway.
21+
22+
<a href="/rss.xml"> <span class="px-3"><Icon name="bi:rss-fill" /></span></a>
2123
</div>
2224
</div>
2325
</div>

Diff for: nuxt.config.ts

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export default defineNuxtConfig({
1616
sitemap: {
1717
strictNuxtContentPaths: true,
1818
},
19+
1920
site: {
2021
url: seoData.mySite,
2122
identity: {
@@ -33,6 +34,7 @@ export default defineNuxtConfig({
3334
crawlLinks: true,
3435
routes: [
3536
'/',
37+
'/rss.xml',
3638
],
3739
},
3840
},
@@ -62,4 +64,6 @@ export default defineNuxtConfig({
6264
theme: 'dracula',
6365
},
6466
},
67+
68+
compatibilityDate: '2024-09-30',
6569
})

0 commit comments

Comments
 (0)