should work on linux + gitpod.yml
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
# This configuration file was automatically generated by Gitpod.
|
||||
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
|
||||
# and commit this file to your remote git repository to share the goodness with others.
|
||||
|
||||
# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart
|
||||
|
||||
tasks:
|
||||
- init: npm install
|
||||
|
||||
|
||||
@@ -24,8 +24,9 @@ export default {
|
||||
['meta', { name: 'twitter:image', content: localImageUrl }],
|
||||
['meta', { name: 'twitter:image:src', content: absoluteImageUrl }],
|
||||
['meta', { name: 'twitter:card', content: 'summary_large_image' }],
|
||||
['meta', { name: 'twitter:image:height', content: 1280 }],
|
||||
['meta', { name: 'twitter:image:width', content: 669 }]
|
||||
['meta', { name: 'twitter:image:height', content: "1280" }],
|
||||
['meta', { name: 'twitter:image:width', content: "669" }],
|
||||
['meta', { name: 'twitter:description', content: "" }],
|
||||
);
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user