From d8f58fe61f3d45810bd28ad083451b9f40b569b9 Mon Sep 17 00:00:00 2001 From: Junrim Date: Fri, 15 Nov 2024 23:35:03 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index e2af648..dfd4532 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,6 @@ $ npm install astro-svgs import { defineConfig } from "astro/config"; import svgs from "astro-svgs"; -// https://astro.build/config export default defineConfig({ integrations: [svgs()], }); @@ -81,7 +80,6 @@ All the interfaces are here. import { defineConfig } from "astro/config"; import svgs from "astro-svgs"; -// https://astro.build/config export default defineConfig({ integrations: [ svgs({ From a5eee42deff995cc0ee523fad29ee7d4084c426f Mon Sep 17 00:00:00 2001 From: Junrim Date: Fri, 15 Nov 2024 23:37:11 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfd4532..23be3c1 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,8 @@ export default defineConfig({ ```js --- -import Icon from 'astro-svgs/Icon.astro'; import Layout from '~/Layouts/Layout.astro'; +import Icon from 'astro-svgs/Icon.astro'; --- {/* name is the `file name` of the icon you need*/}