You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/storages/page.tsx
+11-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ import DocTableOfContentComponent from "../components/DocTableOfContentComponent
7
7
exportconstmetadata: Metadata={
8
8
title: "Storages - Postgresus Documentation",
9
9
description:
10
-
"List of supported storage destinations for Postgresus backups including local storage, S3, Cloudflare R2, Google Drive, NAS and Dropbox.",
10
+
"List of supported storage destinations for Postgresus backups including local storage, S3, Cloudflare R2, Google Drive, Azure Blob Storage, NAS and Dropbox.",
"List of supported storage destinations for Postgresus backups including local storage, S3, Cloudflare R2, Google Drive, NAS and Dropbox.",
25
+
"List of supported storage destinations for Postgresus backups including local storage, S3, Cloudflare R2, Google Drive, Azure Blob Storage, NAS and Dropbox.",
25
26
type: "article",
26
27
url: "https://postgresus.com/storages",
27
28
},
28
29
twitter: {
29
30
card: "summary",
30
31
title: "Storages - Postgresus Documentation",
31
32
description:
32
-
"List of supported storage destinations for Postgresus backups including local storage, S3, Cloudflare R2, Google Drive, NAS and Dropbox.",
33
+
"List of supported storage destinations for Postgresus backups including local storage, S3, Cloudflare R2, Google Drive, Azure Blob Storage, NAS and Dropbox.",
33
34
},
34
35
alternates: {
35
36
canonical: "https://postgresus.com/storages",
@@ -49,7 +50,7 @@ export default function StoragesPage() {
49
50
"@type": "TechArticle",
50
51
headline: "Storages - Postgresus Documentation",
51
52
description:
52
-
"List of supported storage destinations for Postgresus backups including local storage, S3, Cloudflare R2, Google Drive, NAS and Dropbox.",
53
+
"List of supported storage destinations for Postgresus backups including local storage, S3, Cloudflare R2, Google Drive, Azure Blob Storage, NAS and Dropbox.",
53
54
author: {
54
55
"@type": "Organization",
55
56
name: "Postgresus",
@@ -98,7 +99,7 @@ export default function StoragesPage() {
0 commit comments