Merge branch 'master' into i18n

This commit is contained in:
Liyas Thomas
2020-02-25 09:10:20 +05:30
committed by GitHub
56 changed files with 2968 additions and 1461 deletions

View File

@@ -2,9 +2,9 @@
// TODO: Use these when rendering the pages (rather than just for head/meta tags...)
export const meta = {
name: "Postwoman",
shortDescription: "API request builder",
shortDescription: "A free, fast and beautiful API request builder",
description:
"The Postwoman API request builder helps you create your requests faster, saving you precious time on your development."
"Web alternative to Postman - Helps you create requests faster, saving precious time on development."
};
// Sets the base path for the router.
// Important for deploying to GitHub pages.
@@ -73,7 +73,7 @@ export default {
},
{
itemprop: "image",
content: `${routerBase.router.base}logo.jpg`
content: `https://postwoman.io/logo.jpg`
},
// Add to homescreen for Chrome on Android. Fallback for PWA (handled by nuxt)
{
@@ -129,7 +129,7 @@ export default {
},
{
property: "og:image",
content: `${routerBase.router.base}logo.jpg`
content: `https://postwoman.io/logo.jpg`
},
// Twitter
{