Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jsparkdev committed Mar 4, 2025
1 parent 7492f9c commit 26f193a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/en/basics/astro-pages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Pages
description: An introduction to Astro pages.
i18nReady: true
---
import ReadMore from "~/components/ReadMore.astro";
import Since from "~/components/Since.astro"
import ReadMore from '~/components/ReadMore.astro';
import Since from '~/components/Since.astro'

**Pages** are files that live in the `src/pages/` subdirectory of your Astro project. They are responsible for handling routing, data loading, and overall page layout for every page in your website.

Expand Down

0 comments on commit 26f193a

Please sign in to comment.