should work on linux + gitpod.yml

This commit is contained in:
Relism
2024-12-23 22:52:34 +00:00
parent 477d06dff7
commit 4dd70cbffa
2 changed files with 13 additions and 2 deletions
+10
View File
@@ -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
+3 -2
View File
@@ -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: "" }],
);
},
};