greatghoul
Ask and Learn

Ask and Learn

Follow
home蹲马步badges
Tag

Next.js

#nextjs

More content

Read more stories on Hashnode


Articles with this tag

给 next.js 添加 rss 订阅

Aug 3, 20212 min read 127 views

我的博客程序是用 next.js 写的,之前一直没有做订阅功能,今天晚上心血来潮,整了一整。 这里借助的是 feed 这个 package. yarn add feed 在 pages 下面创建一个 feed.xml.js 的文件。 // ... import { Feed } from...

给 next.js 添加 rss 订阅