Add Open Graph tags

This commit is contained in:
Elias Schneider
2022-05-05 11:22:47 +02:00
parent 5409b115e7
commit 506e6b0cab
5 changed files with 26 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ export default [
$write: [],
name: "Shares",
enabled: true,
permission: "document",
permission: "collection",
attributes: [
{
key: "securityID",
@@ -70,7 +70,7 @@ export default [
$write: [],
name: "ShareSecurity",
enabled: true,
permission: "document",
permission: "collection",
attributes: [
{
key: "password",

View File

@@ -99,6 +99,7 @@ const generateFunctionsApiKey = async () => {
"buckets.read",
"buckets.write",
"files.read",
"users.read",
],
});
return res.data.secret;
@@ -142,6 +143,3 @@ export default {
generateFunctionsApiKey,
addPlatform,
};
function token(token: any) {
throw new Error("Function not implemented.");
}