Update sitemap to include login page
This commit is contained in:
+2
-1
@@ -22,9 +22,10 @@ base = 'http://crafting-guide.com'
|
|||||||
|
|
||||||
urls = [
|
urls = [
|
||||||
"#{base}/"
|
"#{base}/"
|
||||||
"#{base}/configure/"
|
|
||||||
"#{base}/browse/"
|
"#{base}/browse/"
|
||||||
|
"#{base}/configure/"
|
||||||
"#{base}/craft/"
|
"#{base}/craft/"
|
||||||
|
"#{base}/login/"
|
||||||
]
|
]
|
||||||
|
|
||||||
for modSlug, modData of DefaultMods
|
for modSlug, modData of DefaultMods
|
||||||
|
|||||||
+2
-1
@@ -1,7 +1,8 @@
|
|||||||
http://crafting-guide.com/
|
http://crafting-guide.com/
|
||||||
http://crafting-guide.com/configure/
|
|
||||||
http://crafting-guide.com/browse/
|
http://crafting-guide.com/browse/
|
||||||
|
http://crafting-guide.com/configure/
|
||||||
http://crafting-guide.com/craft/
|
http://crafting-guide.com/craft/
|
||||||
|
http://crafting-guide.com/login/
|
||||||
http://crafting-guide.com/browse/applied_energistics_2/
|
http://crafting-guide.com/browse/applied_energistics_2/
|
||||||
http://crafting-guide.com/browse/big_reactors/
|
http://crafting-guide.com/browse/big_reactors/
|
||||||
http://crafting-guide.com/browse/buildcraft/
|
http://crafting-guide.com/browse/buildcraft/
|
||||||
|
|||||||
Reference in New Issue
Block a user