From 22737c2041bba0b90cfbb4969305b03a623f7529 Mon Sep 17 00:00:00 2001 From: 21CSM <81891917+21CSM@users.noreply.github.com> Date: Thu, 19 Sep 2024 22:20:57 -0400 Subject: [PATCH] fix(projects): change ars-antiqua to match the online version --- content/projects/data.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/projects/data.toml b/content/projects/data.toml index 1810623..fa97425 100644 --- a/content/projects/data.toml +++ b/content/projects/data.toml @@ -1,9 +1,9 @@ [[project]] name = "Ars Antiqua" desc = "Software tools for analyzing, visualizing, and comparing 13th-century music" -tags = ["wip", "rust", "tauri", "react", "sqlite", "nix"] +tags = ["wip", "typescript", "react", "firebase", "nix"] links = [ - {name = "website", url = "ars-antiqua.app"}, + {name = "website", url = "ars-antiqua.online"}, {name = "github", url = "https://github.com/21CSM/ars-antiqua"} ]