Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion azion/azion.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"bucket": "EdgeRev",
"preset": "astro",
"env": "production",
"prefix": "20250710123036",
"prefix": "20250714144753",
"not-first-run": true,
"function": {
"id": 47315,
Expand Down
4 changes: 2 additions & 2 deletions src/components/landing/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
<div class="flex justify-center flex-col gap-3 mt-10 sm:flex-row">
<a
class="items-center h-12 justify-center font-semibold rounded-full border-negroni-500 duration-200 focus:outline-none inline-flex px-6 py-3 text-center w-full text-negroni-500 lg:w-auto border focus-visible:outline-negroni-500 text-negroni-500/80"
href="https://github.com/michael-andreuzza/quickstore">GitHub</a
href="https://www.azion.com">Azion</a
>
<a
class="items-center h-12 justify-center rounded-full font-semibold duration-200 focus:outline-none inline-flex px-6 py-3 text-center w-full border-2 hover:bg-transparent border-negroni-500 bg-negroni-500 focus-visible:outline-negroni-500 focus-visible:ring-negroni-500 hover:border-negroni-500 hover:text-negroni-500 lg:w-auto text-charcoal-500"
href="https://lexingtonthemes.com">Lexington Themes &nbsp; →</a
href="https://www.azion.com/en/documentation/">Documentation &nbsp; →</a
>
</div>
</div>
Expand Down
Loading