From 137d55eb1b64e87ff6f3cec52786e5e1bb68798e Mon Sep 17 00:00:00 2001 From: Ben Schlegel <31989404+benschlegel@users.noreply.github.com> Date: Tue, 12 Nov 2024 12:33:35 +0000 Subject: [PATCH] feat(open-graph): generate OG images + further OG support (#740) --- .gitignore | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index c216e49..25d07db 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,11 @@ .DS_Store +.gitignore +node_modules public -resources -.idea -content/.obsidian -data/linkIndex.yaml \ No newline at end of file +prof +tsconfig.tsbuildinfo +.obsidian +.quartz-cache +private/ +.replit +replit.nix -- Gitblit v1.10.0