Skip to content

Commit bb9ac57

Browse files
committed
fix: docs domain
1 parent 133f4c7 commit bb9ac57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/configs/rewrites.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { DomainConfig } from '@/types/rewrites.types'
22

33
export const LANDING_PAGE_DOMAIN = 'www.e2b-landing-page.com'
4-
export const DOCS_NEXT_DOMAIN = 'localhost:3000'
4+
export const DOCS_NEXT_DOMAIN = 'e2b-docs.vercel.app'
55

66
// Currently we have two locations for rewrites to happen.
77

0 commit comments

Comments
 (0)