Skip to content

Commit 4188c2a

Browse files
committed
Correcciones para mejorar el rendimiento
1 parent 959974c commit 4188c2a

File tree

12 files changed

+12
-13
lines changed

12 files changed

+12
-13
lines changed

link_bio/assets/elgato.png

74 Bytes
Loading

link_bio/assets/mvp.png

54 Bytes
Loading

link_bio/link_bio/components/link_sponsor.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ def link_sponsor(imagen: str, url: str, alt: str) -> rx.Component:
66
return rx.link(
77
rx.image(
88
src=imagen,
9-
height="100%",
10-
width="100%",
9+
height=Size.VERY_BIG.value,
10+
aspect_ratio="5 / 2",
1111
alt=alt
1212
),
1313
href=url,
14-
is_external=True,
15-
height=Size.VERY_BIG.value
14+
is_external=True
1615
)

link_bio/public/404.html

+2-2
Large diffs are not rendered by default.

link_bio/public/404/index.html

+2-2
Large diffs are not rendered by default.

link_bio/public/_next/static/u1OIz2ok7Ueuq6e6y5NwI/_buildManifest.js renamed to link_bio/public/_next/static/_3SItsYCfzEr3083ZGQMw/_buildManifest.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

link_bio/public/_next/static/chunks/pages/index-12cfc779fb60da61.js renamed to link_bio/public/_next/static/chunks/pages/index-0a22a1805a93b3cd.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

link_bio/public/elgato.png

74 Bytes
Loading

link_bio/public/index.html

+2-2
Large diffs are not rendered by default.

link_bio/public/mvp.png

54 Bytes
Loading

link_bio/public/sitemap-0.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
3-
<url><loc>http://localhost:3000/</loc><lastmod>2023-11-30T23:49:56.247Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
3+
<url><loc>http://localhost:3000/</loc><lastmod>2023-12-01T06:09:25.078Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
44
</urlset>

0 commit comments

Comments
 (0)