Skip to content

Commit

Permalink
Merge branch 'main' into feat-pwa
Browse files Browse the repository at this point in the history
  • Loading branch information
5ouma authored Nov 10, 2024
2 parents 51c7e34 + d674efe commit 16b6383
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ const { title, description, icon } = Astro.props;
---

<!doctype html>
<!---
Mobicard created by @5ouma
https://github.com/5ouma/mobicard
- 🚀 Built with Astro
- ⚡ Tested with Vitest
- 🌱 Using LINE Seed
- 👑 Using MingCute Icon
-->
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down

0 comments on commit 16b6383

Please sign in to comment.