Skip to content

Commit 6398570

Browse files
committed
Fix sei-js link, fix turbopack
1 parent 469f02a commit 6398570

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

content/evm/_meta.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default {
6060
},
6161
'scaffold-sei': {
6262
title: 'Scaffold Sei',
63-
href: 'https://sei-js.docs.sei.io/create-sei/introduction'
63+
href: 'https://sei-js.docs.sei.io/create-sei/welcome'
6464
},
6565
'mcp-server-seijs': {
6666
title: 'MCP Server',

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
import './.next/types/routes.d.ts';
3+
import './.next/dev/types/routes.d.ts';
44

55
// NOTE: This file should not be edited
66
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

next.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ const withNextra = nextra({
1919
export default withNextra({
2020
productionBrowserSourceMaps: false,
2121
compress: true,
22-
turbopack: {},
2322
experimental: {
2423
optimizePackageImports: ['@tabler/icons-react', '@radix-ui/themes', 'sonner', 'viem', 'nextra-theme-docs']
2524
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Sei docs",
55
"private": true,
66
"scripts": {
7-
"dev": "node scripts/fetch-bytebellai.js && next dev",
7+
"dev": "node scripts/fetch-bytebellai.js && next dev --turbopack",
88
"build": "node scripts/fetch-bytebellai.js && next build",
99
"postbuild": "concurrently \"pagefind --site .next/server/app --output-path public/_pagefind --verbose\" \"next-sitemap\" \"node scripts/scrape-docs-html.js\"",
1010
"start": "next start",

0 commit comments

Comments
 (0)