Skip to content

Commit be1cb87

Browse files
committed
Retos de programación v3
1 parent 2a251fb commit be1cb87

26 files changed

+82
-32
lines changed

--encoding=utf-8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ reflex export --frontend-only
66
rm -rf public
77
unzip frontend.zip -d public
88
rm -f frontend.zip
9+
cp vercel.json public/
910
deactivate

code_challenges/code_challenges.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
],
2525
)
2626

27-
app.add_page(index)
27+
# No es necesario con @rx.page
28+
# app.add_page(index)
2829
# app.add_page(roadmap)
2930
# app.add_page(exercises)
3031
# app.add_page(projects)

code_challenges/pages/index.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@
4949
def index() -> rx.Component:
5050
return rx.box(
5151
utils.lang(),
52-
# navbar(ROUTE),
52+
navbar(ROUTE),
5353
rx.center(
5454
rx.vstack(
5555
header(),
56-
# challenges(),
57-
# featured_challenge(
58-
# f"{Route.ROADMAP.value}#last",
59-
# last_roadmap_challenge
60-
# ),
61-
# faq(FAQ_LIST),
56+
challenges(),
57+
featured_challenge(
58+
f"{Route.ROADMAP.value}#last",
59+
last_roadmap_challenge
60+
),
61+
faq(FAQ_LIST),
6262
languages(ROUTE),
6363
footer(),
6464
spacing=Size.VERY_BIG.value,

public/404.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

public/404/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

public/_next/static/chunks/2103-01c2785681acb733.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/_next/static/chunks/2683-5d3bbabf04c4fbfd.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/_next/static/chunks/6880-b1b9cf31177a4757.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/_next/static/chunks/9790-93aef6459b2a02d0.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)