You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/workers/frameworks/framework-guides/astro.mdx
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,6 @@ description: Create an Astro application and deploy it to Cloudflare Workers wit
6
6
---
7
7
8
8
import {
9
-
Aside,
10
9
Badge,
11
10
Details,
12
11
Steps,
@@ -19,8 +18,6 @@ import {
19
18
PackageManagers,
20
19
} from"~/components";
21
20
22
-
<Asidetype="tip"title="Get started">
23
-
24
21
**Start from CLI** - scaffold an Astro project on Workers, and pick your template.
25
22
26
23
<PackageManagers
@@ -31,12 +28,10 @@ import {
31
28
32
29
---
33
30
34
-
**Just click deploy** - create a static blog with Astro and deploy it on Cloudflare Workers.
31
+
**Or just deploy** - create a static blog with Astro and deploy it on Cloudflare Workers.
35
32
36
33
[](https://dash.cloudflare.com/?to=/:account/workers-and-pages/create/deploy-to-workers&repository=https://github.com/cloudflare/templates/tree/staging/astro-blog-starter-template)
37
34
38
-
</Aside>
39
-
40
35
## What is Astro?
41
36
42
37
[Astro](https://astro.build/) is a JavaScript web framework designed for creating websites that display large amounts of content (such as blogs, documentation sites, or online stores).
0 commit comments