Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ export default defineConfig({
"/configs": "/feed-directory/",
"/components/html2rss-web": "/web-application/",
"/components/html2rss": "/ruby-gem/",
"/components/html2rss-configs": "/html2rss-configs/",
"/components/html2rss-configs": "/creating-custom-feeds/",
"/html2rss-configs": "/creating-custom-feeds/",
"/html2rss-configs/": "/creating-custom-feeds/",
"/components": "/",
},
build: {
Expand Down Expand Up @@ -305,7 +307,7 @@ export default defineConfig({
},
{
label: "Write Your Own Feed Configs",
link: "/html2rss-configs",
link: "/creating-custom-feeds",
},
{
label: "About",
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/common-use-cases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Follow multiple open source projects and their updates.
1. **Identify the websites** you want to follow
2. **Check our [Feed Directory](/feed-directory/)** to see if feeds already exist
3. **Try the [Web App](/web-application/getting-started)** to create feeds easily
4. **Learn advanced techniques** with our [Config Guide](/html2rss-configs/)
4. **Learn advanced techniques** with our [Config Guide](/creating-custom-feeds)

---

Expand Down