⚙️ Fix Terraform SVG route & category

This commit is contained in:
ridemountainpig
2025-05-11 17:05:51 +08:00
parent 67a546fa8b
commit bcec306094
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3612,7 +3612,7 @@ export const svgs: iSVG[] = [
{
title: 'Terraform',
category: ['Software', 'Language', 'IaC'],
route: 'library/terraform.svg',
route: '/library/terraform.svg',
url: 'https://terraform.io',
brandUrl: 'https://brand.hashicorp.com'
}
+1 -1
View File
@@ -30,4 +30,4 @@ export type tCategory =
| 'IoT'
| 'Config'
| 'Secrets'
| 'Iac';
| 'IaC';