update
This commit is contained in:
parent
85fd9e7713
commit
99ff916961
3 changed files with 2 additions and 6 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,6 +1,5 @@
|
||||||
# build output
|
# build output
|
||||||
dist/*
|
dist/
|
||||||
!dist/.domains
|
|
||||||
|
|
||||||
# generated types
|
# generated types
|
||||||
.astro/
|
.astro/
|
||||||
|
|
|
||||||
3
dist/.domains
vendored
3
dist/.domains
vendored
|
|
@ -1,3 +0,0 @@
|
||||||
blog.panconpalta.win
|
|
||||||
personal-page.aleidk.codeberg.page
|
|
||||||
pages.personal-page.aleidk.codeberg.page
|
|
||||||
|
|
@ -5,7 +5,7 @@ import Card from '../components/Card.astro';
|
||||||
|
|
||||||
<Layout title="Welcome to Astro.">
|
<Layout title="Welcome to Astro.">
|
||||||
<main>
|
<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">
|
<p class="instructions">
|
||||||
To get started, open the directory <code>src/pages</code> in your project.<br />
|
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.
|
<strong>Code Challenge:</strong> Tweak the "Welcome to Astro" message above.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue