diff --git a/.gitignore b/.gitignore index 2b947bf..6d4c0aa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ # build output -dist/* -!dist/.domains +dist/ # generated types .astro/ diff --git a/dist/.domains b/dist/.domains deleted file mode 100644 index f1be09c..0000000 --- a/dist/.domains +++ /dev/null @@ -1,3 +0,0 @@ -blog.panconpalta.win -personal-page.aleidk.codeberg.page -pages.personal-page.aleidk.codeberg.page diff --git a/src/pages/index.astro b/src/pages/index.astro index a518399..0e81cb6 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -5,7 +5,7 @@ import Card from '../components/Card.astro';
-

Welcome to Esto es una prueba

+

Welcome to My Page :D

To get started, open the directory src/pages in your project.
Code Challenge: Tweak the "Welcome to Astro" message above.