From 5bf20d4f17d28f3fb7807103118fd1daac14352b Mon Sep 17 00:00:00 2001 From: Amir Taheri-Ghahfarokhi Date: Sun, 10 Dec 2023 15:54:27 +0100 Subject: [PATCH] Update config.json --- config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index a38b57e..30eeabe 100644 --- a/config.json +++ b/config.json @@ -3,9 +3,9 @@ "author": "Amir Taheri-Ghahfarokhi", "description" : "A general purpose tool to render any comma or tab separated data (csv or tsv) files into html datatables", "ogTitle" : "htmltools - csv to datatable", - "ogDescription" : "A general purpose tool to render any comma or tab separated data (csv or tsv) files into html datatables", - "ogImage" : "https://amirtaheri.info/assets/img/htmltools-csv-to-datatable.png", - "ogUrl" : "https://amirtaheri.info/htmltools-csv-to-datatable/index.html", + "ogDescription" : "A general purpose tool to render any comma or tab separated data (CSV or tsv) files into HTML data tables", + "ogImage" : "https://ghahfarokhi.github.io/assets/img/htmltools-csv-to-datatable.png", + "ogUrl" : "https://ghahfarokhi.github.io/htmltools-csv-to-datatable/index.html", "icon" : "../ghahfarokhi.github.io/assets/img/favicon.ico", "mainCSS" : "../ghahfarokhi.github.io/src/css/main.css", "navbar" : "../ghahfarokhi.github.io/common/navbar.html",