We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa59c8 commit 5993529Copy full SHA for 5993529
docs/.vuepress/config.ts
@@ -130,6 +130,7 @@ export default defineUserConfig({
130
},
131
}),
132
feedPlugin({
133
+ hostname: 'https://ecosystem.vuejs.press',
134
atom: true,
135
json: true,
136
rss: true,
docs/.vuepress/theme.ts
@@ -8,6 +8,7 @@ export default defaultTheme({
8
logo: '/images/hero.png',
9
repo: 'vuepress/ecosystem',
10
docsDir: 'docs',
11
12
13
// theme-level locales config
14
locales: {
0 commit comments