Skip to content

Commit 70f91aa

Browse files
committed
Revert "Temporarily using the vercel.app domain"
This reverts commit cdd72c3.
1 parent cdd72c3 commit 70f91aa

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,23 +40,23 @@ export default function App() {
4040

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

43-
- [Icon](https://react-rough-fiber.vercel.app/examples/icon)
43+
- [Icon](https://react-rough-fiber.amind.app/examples/icon)
4444
- Chart
45-
- [recharts](https://react-rough-fiber.vercel.app/examples/chart/recharts)
46-
- [visx](https://react-rough-fiber.vercel.app/examples/chart/visx)
47-
- [react-d3-tree](https://react-rough-fiber.vercel.app/examples/chart/react-d3-tree)
48-
- [Text](https://react-rough-fiber.vercel.app/examples/text)
49-
- [SVG string](https://react-rough-fiber.vercel.app/examples/svg-string)
50-
- [Remote SVG](https://react-rough-fiber.vercel.app/examples/remote-svg)
51-
- [Emoji](https://react-rough-fiber.vercel.app/examples/emoji)
45+
- [recharts](https://react-rough-fiber.amind.app/examples/chart/recharts)
46+
- [visx](https://react-rough-fiber.amind.app/examples/chart/visx)
47+
- [react-d3-tree](https://react-rough-fiber.amind.app/examples/chart/react-d3-tree)
48+
- [Text](https://react-rough-fiber.amind.app/examples/text)
49+
- [SVG string](https://react-rough-fiber.amind.app/examples/svg-string)
50+
- [Remote SVG](https://react-rough-fiber.amind.app/examples/remote-svg)
51+
- [Emoji](https://react-rough-fiber.amind.app/examples/emoji)
5252

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

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

5757
## API
5858

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

6161
### RoughSVG
6262

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

86-
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.
86+
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.
8787

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

apps/docs/theme.config.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const Head = () => (
1111
<meta name="og:title" content="React Rough Fiber" />
1212
<meta
1313
name="og:image"
14-
content="https://react-rough-fiber.vercel.app/og.png"
14+
content="https://react-rough-fiber.amind.app/og.png"
1515
/>
1616
<meta
1717
name="og:description"

packages/react-rough-fiber/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"bugs": {
1616
"url": "https://github.com/Bowen7/react-rough-fiber/issues"
1717
},
18-
"homepage": "https://react-rough-fiber.vercel.app/",
18+
"homepage": "https://react-rough-fiber.amind.app/",
1919
"funding": [
2020
{
2121
"type": "Github Sponsor",

0 commit comments

Comments
 (0)