* show cms blog posts in www * remove contentlayer from www * outputFileTracingExcludes * update remotePatterns * fetch cms posts server-side with revalidation * add cms env vars to turbo.json * add www env vars to turbo.json * include cms posts in www sitemap * add migration to remove image from cms post * update cms meta image mapping in www
11 lines
351 B
Bash
11 lines
351 B
Bash
# this is a public env file
|
|
|
|
# do not use secrets in this file
|
|
|
|
# Replace this URL with the URL of your blog app
|
|
|
|
NEXT_PUBLIC_URL="http://localhost:3000"
|
|
NEXT_PUBLIC_DOCS_URL="http://localhost:3001"
|
|
NEXT_PUBLIC_STUDIO_URL="http://localhost:8082"
|
|
NEXT_PUBLIC_REFERENCE_DOCS_URL="http://localhost:3010"
|
|
NEXT_PUBLIC_UI_LIBRARY_URL="http://localhost:3004" |