We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 133f4c7 commit bb9ac57Copy full SHA for bb9ac57
1 file changed
src/configs/rewrites.ts
@@ -1,7 +1,7 @@
1
import { DomainConfig } from '@/types/rewrites.types'
2
3
export const LANDING_PAGE_DOMAIN = 'www.e2b-landing-page.com'
4
-export const DOCS_NEXT_DOMAIN = 'localhost:3000'
+export const DOCS_NEXT_DOMAIN = 'e2b-docs.vercel.app'
5
6
// Currently we have two locations for rewrites to happen.
7
0 commit comments