This commit is contained in:
Alexander Navarro 2023-06-25 16:48:43 -04:00
parent 85fd9e7713
commit 99ff916961
3 changed files with 2 additions and 6 deletions

3
.gitignore vendored
View file

@ -1,6 +1,5 @@
# build output
dist/*
!dist/.domains
dist/
# generated types
.astro/

3
dist/.domains vendored
View file

@ -1,3 +0,0 @@
blog.panconpalta.win
personal-page.aleidk.codeberg.page
pages.personal-page.aleidk.codeberg.page

View file

@ -5,7 +5,7 @@ import Card from '../components/Card.astro';
<Layout title="Welcome to Astro.">
<main>
<h1>Welcome to <span class="text-gradient">Esto es una prueba</span></h1>
<h1>Welcome to <span class="text-gradient">My Page :D</span></h1>
<p class="instructions">
To get started, open the directory <code>src/pages</code> in your project.<br />
<strong>Code Challenge:</strong> Tweak the "Welcome to Astro" message above.