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 2b3d613 commit 07898feCopy full SHA for 07898fe
constants/config.ts
@@ -2,7 +2,7 @@ export const CONFIG = {
2
urls: {
3
api: process.env.NEXT_PUBLIC_API_URL,
4
production: "https://frontmatter.codes",
5
- preview: "https://cloudflare.front-matter-docs.pages.dev",
+ preview: "https://beta.frontmatter.codes",
6
local: "http://localhost:3000",
7
},
8
api: {
0 commit comments