Skip to content

Commit bcc9877

Browse files
docs(docs): adding rest of static adapter
1 parent 9848f07 commit bcc9877

File tree

3 files changed

+1
-66
lines changed

3 files changed

+1
-66
lines changed

apps/website/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"mode": "production"
5656
},
5757
"production": {
58-
"configFile": "apps/website/adapters/cloudflare-pages/vite.config.ts"
58+
"configFile": "apps/website/adapters/static/vite.config.ts"
5959
}
6060
},
6161
"dependsOn": []

apps/website/src/routes/docs/headless/(components)/badge/index.tsx

Lines changed: 0 additions & 59 deletions
This file was deleted.

apps/website/src/routes/docs/headless/(components)/toggle/index.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ A toggle component is a primitive that us used to quickly switch between two pos
1616

1717
{' '}
1818

19-
<Example01>
20-
```tsx
21-
<Toggle pressed onClick$={$(() => console.log('Toggle'))} />
22-
```
23-
</Example01>
24-
2519
## Building blocks
2620

2721
<CodeExample>

0 commit comments

Comments
 (0)