reverseproxy-google
Lzebulon 2025-09-14 18:29:45 +02:00
parent a5ace7dd3f
commit 9478602ba6
No known key found for this signature in database
GPG Key ID: D6CDAB8050CBBE7D
1 changed files with 5 additions and 3 deletions

View File

@ -22,9 +22,11 @@ let
open_graph = formatJSON.generate "opengraph.json" {
openGraph = [
enabled = true;
considerHost = true;
ttl = "24h";
{
enabled = true;
considerHost = true;
ttl = "24h";
}
];
};