Rename RSS file and move into static folder
2 files changed, 1 insertions(+), 1 deletions(-) M src/bin/generate_rss.rs R rss.xml => static/feed.rss
M src/bin/generate_rss.rs => src/bin/generate_rss.rs +1 -1
@@ 101,7 101,7 @@ fn main() -> Result<(), Box<dyn error::Error>> { channel.set_items(items); // write the channel to file let rss_file = File::create("rss.xml")?; let rss_file = File::create("static/feed.rss")?; channel.write_to(rss_file)?; Ok(())
R rss.xml => static/feed.rss +0 -0