From db4196937317d16f908b63a7cb5fba5be57c37db Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 4 Mar 2024 13:38:24 -0500 Subject: footer: fix links for some gifs --- tsconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 78c72d4..45c6246 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,8 +8,8 @@ "@layouts/*": ["src/layouts/*"], "@pages/*": ["src/pages/*"], "@root/*": ["*"], - "@styles/*": ["src/styles/*"], + "@styles/*": ["src/styles/*"] }, - "allowJs": false, - }, + "allowJs": false + } } -- cgit v1.2.3