Skip to content

Commit 61fb3d0

Browse files
authored
Add hostname to rss meta + update components (#13)
1 parent beb94cd commit 61fb3d0

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

Diff for: nuxt.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default {
6161

6262
link: [
6363
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },
64-
{ rel: 'alternate', type: 'application/rss+xml', title: 'RSS Feed for the System76 Blog', href: '/rss.xml' }
64+
{ rel: 'alternate', type: 'application/rss+xml', title: 'RSS Feed for the System76 Blog', href: `${HOST}/rss.xml` }
6565
],
6666

6767
script: [

Diff for: package-lock.json

+9-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@nuxtjs/storybook": "^4.0.4",
2828
"@nuxtjs/tailwindcss": "^4.2.1",
2929
"@prismicio/vue": "^2.2.0",
30-
"@system76/components": "^1.2.1",
30+
"@system76/components": "^1.5.0",
3131
"@system76/design": "^5.4.1",
3232
"@system76/eslint-config": "^3.1.0",
3333
"@tailwindcss/aspect-ratio": "^0.2.1",

0 commit comments

Comments
 (0)