diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 8c2259f..cedd9bb 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3656,5 +3656,17 @@ export const svgs: iSVG[] = [ route: '/library/terraform.svg', url: 'https://terraform.io', brandUrl: 'https://brand.hashicorp.com' + }, + { + title: 'Rspack', + category: 'Compiler', + route: '/library/rspack.svg', + url: 'https://rspack.rs/' + }, + { + title: 'Rsbuild', + category: ['Devtool', 'Compiler'], + route: '/library/rsbuild.svg', + url: 'https://rsbuild.rs' } ]; diff --git a/static/library/rsbuild.svg b/static/library/rsbuild.svg new file mode 100644 index 0000000..78a54f2 --- /dev/null +++ b/static/library/rsbuild.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/rspack.svg b/static/library/rspack.svg new file mode 100644 index 0000000..545f982 --- /dev/null +++ b/static/library/rspack.svg @@ -0,0 +1 @@ + \ No newline at end of file