create-react-blog icon indicating copy to clipboard operation
create-react-blog copied to clipboard

RSS

Open MatanAvitan opened this issue 6 years ago • 2 comments

The RSS doesnt work.

MatanAvitan avatar Apr 04 '19 06:04 MatanAvitan

You need to build your blog in order to get the rss.xml document. Use the following command: npm run build

moderngeekcloud avatar May 28 '19 07:05 moderngeekcloud

I only just now figured out what this issue was about. For anyone else who runs into it:

The RSS feed is only built during the static build. It doesn't work on the development server. The reason for this is you can't build and server a non-HTML page like an RSS feed at runtime.

jamesknelson avatar Jul 19 '19 05:07 jamesknelson