Skip to content

Commit 9686f29

Browse files
committedMar 20, 2025·
feat(refresh): test
1 parent 7bebe39 commit 9686f29

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Royco Launch Kit is the easiest way to create your own front end for the Royco P
1818
pnpm install
1919
```
2020

21-
3. Start the development server.
21+
3. Start the development server
2222

2323
```bash
2424
pnpm run dev

‎next.config.mjs

-4
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,6 @@ const nextConfig = {
103103
source: "/api/rpc/21000000/:path*",
104104
destination: process.env.RPC_API_KEY_21000000,
105105
},
106-
{
107-
source: "/api/rpc/98865/:path*",
108-
destination: process.env.RPC_API_KEY_98865,
109-
},
110106
{
111107
source: "/api/rpc/98866/:path*",
112108
destination: process.env.RPC_API_KEY_98866,

0 commit comments

Comments
 (0)
Please sign in to comment.