Update intro component

This commit is contained in:
Timothy Pidashev
2024-12-17 14:33:56 -08:00
parent b3da439864
commit d96a27e612
4 changed files with 6 additions and 10 deletions

4
.gitignore vendored
View File

@@ -1,5 +1,8 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# astro
.astro/
# dependencies
node_modules/
/.pnp
@@ -16,6 +19,7 @@ node_modules/
# production
/build
/dist
# misc
.DS_Store