Skip to content

Commit 5227eac

Browse files
committed
Update website url
1 parent ba4ab8d commit 5227eac

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/app/layout.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const metadata = {
3535
"Charlas",
3636
"Hackathon",
3737
],
38-
authors: [{ name: "Comunidad Python Chile", url: "https://pyday.web.app/" }],
38+
authors: [{ name: "Comunidad Python Chile", url: "https://pyday.vercel.app/" }],
3939
creator: "Comunidad Python Chile",
4040
publisher: "Comunidad Python Chile",
4141
robots: {
@@ -80,7 +80,7 @@ export const metadata = {
8080
statusBarStyle: "black-translucent",
8181
},
8282
category: "technology",
83-
metadataBase: new URL("https://pyday.web.app/"),
83+
metadataBase: new URL("https://pyday.vercel.app/"),
8484
alternates: {
8585
canonical: "/",
8686
languages: {
@@ -96,7 +96,7 @@ export const metadata = {
9696
description:
9797
"PyDay Chile es un evento anual gratuito que reúne a entusiastas, desarrolladores y académicos en un día lleno de Python con charlas inspiradoras, talleres prácticos y networking en diversas ciudades de Chile.",
9898
siteName: "PyDay Chile",
99-
url: "https://pyday.web.app/",
99+
url: "https://pyday.vercel.app/",
100100
images: [
101101
{
102102
url: "/images/banner-og.webp",

src/app/robots.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# robots.txt para PyDay Chile
2-
# https://pyday.web.app/
2+
# https://pyday.vercel.app/
33

44
# Permitir a todos los robots de búsqueda
55
User-agent: *
@@ -18,7 +18,7 @@ Allow: /register
1818
Allow: /sponsors
1919

2020
# Dirección del sitemap
21-
Sitemap: https://pyday.web.app//sitemap.xml
21+
Sitemap: https://pyday.vercel.app//sitemap.xml
2222

2323
# Velocidad de rastreo para Google
2424
User-agent: Googlebot

0 commit comments

Comments
 (0)