fix: make recipe crawling work
This commit is contained in:
@@ -1,26 +1,26 @@
|
||||
export const resources = {
|
||||
"home": {
|
||||
emoji: "House with Garden.png",
|
||||
emoji: "home_icon.png",
|
||||
name: "Home",
|
||||
link: "/",
|
||||
},
|
||||
"recipe": {
|
||||
emoji: "Fork and Knife with Plate.png",
|
||||
emoji: "recipes_icon.png",
|
||||
name: "Recipes",
|
||||
link: "/recipes",
|
||||
},
|
||||
"movie": {
|
||||
emoji: "Popcorn.png",
|
||||
emoji: "movies_icon.png",
|
||||
name: "Movies",
|
||||
link: "/movies",
|
||||
},
|
||||
"article": {
|
||||
emoji: "Writing Hand Medium-Light Skin Tone.png",
|
||||
emoji: "articles_icon.png",
|
||||
name: "Articles",
|
||||
link: "/articles",
|
||||
},
|
||||
"series": {
|
||||
emoji: "Television.png",
|
||||
emoji: "tv_series_icon.png",
|
||||
name: "Series",
|
||||
link: "/series",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user