refactor: move to blog.ipfs.tech

Closes #417
This commit is contained in:
Marcin Rataj
2022-08-15 23:19:45 +02:00
parent 084cbc9348
commit 028e67fc64
10 changed files with 40 additions and 19 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
'use strict'
/**
The ipfs.io website requests for a blog.ipfs.io/news.json file
The ipfs.io website requests for a blog.ipfs.tech/news.json file
with the latest 3 news.
*/
+1 -1
View File
@@ -1,7 +1,7 @@
'use strict'
/**
The ipfs.io website requests for a blog.ipfs.io/index.json file
The ipfs.io website requests for a blog.ipfs.tech/index.json file
with the latest 4 posts.
This script parses the rss feed file index.xml and generates the
required index.json file.
+1 -1
View File
@@ -1,7 +1,7 @@
'use strict'
/**
The ipfs.io website requests for a blog.ipfs.io/videos.json file
The ipfs.io website requests for a blog.ipfs.tech/videos.json file
with the latest 2 videos.
*/