We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c51c7c0 commit 804bb72Copy full SHA for 804bb72
1 file changed
next.config.mjs
@@ -14,7 +14,7 @@ const config = {
14
15
// Asset prefix for proxy support - assets load from the docs deployment
16
// even when accessed via typeweaver.com/docs proxy
17
- assetPrefix: process.env.NODE_ENV === 'production' ? 'https://typeweaver-docs.vercel.app' : undefined,
+ assetPrefix: process.env.NODE_ENV === 'production' ? 'https://docs.typeweaver.com' : undefined,
18
19
images: {
20
unoptimized: true,
0 commit comments