initial commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"/": {"title": "Something else", "description": "Here are a set of free tools to use for you company", "twitter_image": ""},
|
||||
"/login": {"title": "Login Title", "description": ""},
|
||||
"/account": {"title": "Account Title", "description": ""},
|
||||
"/explore": {"title": "Explore Title", "description": ""},
|
||||
"/favorites": {"title": "Your Favorites", "description": ""},
|
||||
"/faq": {"title": "FAQ", "description": ""},
|
||||
"/contact-us": {"title": "Contact Us", "description": ""},
|
||||
"/account/my-bookings": {"title": "Bookings", "description": ""},
|
||||
"/account/my-spaces": {"title": "My Spaces", "description": ""},
|
||||
"/account/profile": {"title": "Profile", "description": ""},
|
||||
"/account/payments": {"title": "Payments", "description": ""},
|
||||
"/account/billings": {"title": "Billings", "description": ""},
|
||||
"/account/reviews": {"title": "Reviews", "description": ""},
|
||||
"/account/my-spaces/:id": {"title": "Dynamic", "description": ""},
|
||||
"": {
|
||||
"title": "404 Page not found",
|
||||
"description": "Oops. Looks like this page doesn't exists"
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user