Skip to content

Commit

Permalink
Revert "Temporarily using the vercel.app domain"
Browse files Browse the repository at this point in the history
This reverts commit cdd72c3.
  • Loading branch information
Bowen7 committed Mar 23, 2024
1 parent cdd72c3 commit 70f91aa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,23 @@ export default function App() {

react-rough-fiber can integrate with many existing SVG-based libraries:

- [Icon](https://react-rough-fiber.vercel.app/examples/icon)
- [Icon](https://react-rough-fiber.amind.app/examples/icon)
- Chart
- [recharts](https://react-rough-fiber.vercel.app/examples/chart/recharts)
- [visx](https://react-rough-fiber.vercel.app/examples/chart/visx)
- [react-d3-tree](https://react-rough-fiber.vercel.app/examples/chart/react-d3-tree)
- [Text](https://react-rough-fiber.vercel.app/examples/text)
- [SVG string](https://react-rough-fiber.vercel.app/examples/svg-string)
- [Remote SVG](https://react-rough-fiber.vercel.app/examples/remote-svg)
- [Emoji](https://react-rough-fiber.vercel.app/examples/emoji)
- [recharts](https://react-rough-fiber.amind.app/examples/chart/recharts)
- [visx](https://react-rough-fiber.amind.app/examples/chart/visx)
- [react-d3-tree](https://react-rough-fiber.amind.app/examples/chart/react-d3-tree)
- [Text](https://react-rough-fiber.amind.app/examples/text)
- [SVG string](https://react-rough-fiber.amind.app/examples/svg-string)
- [Remote SVG](https://react-rough-fiber.amind.app/examples/remote-svg)
- [Emoji](https://react-rough-fiber.amind.app/examples/emoji)

![image](https://user-images.githubusercontent.com/27432981/233629588-34c66519-1ae0-45de-beaa-f9dfedf635f3.png)

![image](https://user-images.githubusercontent.com/27432981/233627832-7f7a1a87-485c-4220-a483-17bb6b93f4ea.png)

## API

[Full Documentation](https://react-rough-fiber.vercel.app/apis).
[Full Documentation](https://react-rough-fiber.amind.app/apis).

### RoughSVG

Expand All @@ -83,7 +83,7 @@ import { WCRoughSVG } from "react-rough-fiber";
</WCRoughSVG>
```

If you want to use context in `RoughSVG`, you can use `WCRoughSVG` instead of `RoughSVG`. See [FAQ](https://react-rough-fiber.vercel.app/faq) for more details.
If you want to use context in `RoughSVG`, you can use `WCRoughSVG` instead of `RoughSVG`. See [FAQ](https://react-rough-fiber.amind.app/faq) for more details.

All parameters of `WCRoughSVG` are identical to `RoughSVG`.

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Head = () => (
<meta name="og:title" content="React Rough Fiber" />
<meta
name="og:image"
content="https://react-rough-fiber.vercel.app/og.png"
content="https://react-rough-fiber.amind.app/og.png"
/>
<meta
name="og:description"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-rough-fiber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"bugs": {
"url": "https://github.com/Bowen7/react-rough-fiber/issues"
},
"homepage": "https://react-rough-fiber.vercel.app/",
"homepage": "https://react-rough-fiber.amind.app/",
"funding": [
{
"type": "Github Sponsor",
Expand Down

0 comments on commit 70f91aa

Please sign in to comment.