+1
-1
public/styles.css
+1
-1
public/styles.css
+1
-1
src/layouts/Layout.astro
+1
-1
src/layouts/Layout.astro
+9
src/pages/appview.astro
+9
src/pages/appview.astro
···
1
+
---
2
+
import Layout from "../layouts/Layout.astro";
3
+
---
4
+
5
+
<Layout>
6
+
<h1>AppView</h1>
7
+
Skittr comes with a preinstalled <abbr title="backend service">AppView</abbr> intended to maintain feature parity with other 3rd-party
8
+
Bluesky apps, as well as implementing it's own modifications.
9
+
</Layout>
-3
src/pages/index.astro
-3
src/pages/index.astro