Skip to content

Commit

Permalink
add page stubs
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Lewis <[email protected]>
  • Loading branch information
lorenzolewis committed Nov 5, 2023
1 parent c0da4db commit 84a3762
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/content/docs/concepts/rendering.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Rendering
---

import Stub from '@components/Stub.astro';

<Stub />
7 changes: 7 additions & 0 deletions src/content/docs/concepts/size.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: App Size
---

import Stub from '@components/Stub.astro';

<Stub />

0 comments on commit 84a3762

Please sign in to comment.