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/static-assets/faqs.mdx
+1-12Lines changed: 1 addition & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,21 +7,10 @@ head: []
7
7
description: Frequently Asked Questions
8
8
---
9
9
10
-
import {
11
-
Badge,
12
-
Description,
13
-
FileTree,
14
-
InlineBadge,
15
-
Render,
16
-
TabItem,
17
-
Tabs,
18
-
WranglerConfig,
19
-
} from"~/components";
20
-
21
10
### What's happening to [Pages](/pages/)?
22
11
23
12
Pages is fully supported, with no current plans to change its support status. That being said, new features will land in Workers without a guarantee they will be available in Pages.
24
13
25
14
### What about Workers Sites?
26
15
27
-
We do not recommend using Workers Sites for projects. Please use Workers with static assets, or Pages.
16
+
We do not recommend using Workers Sites for projects. Please use [Workers with static assets](/workers/static-assets/), or [Pages](/pages/).
0 commit comments