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 1030a9a commit 093e42eCopy full SHA for 093e42e
src/globals/Conclusion.ts
@@ -20,8 +20,6 @@ export const Conclusion: GlobalConfig = {
20
secret: PAYLOAD_SECRET,
21
})
22
23
- console.log(params)
24
-
25
return `/draft?${params.toString()}`
26
},
27
src/payload.config.ts
@@ -36,6 +36,7 @@ export default buildConfig({
36
baseDir: path.resolve(dirname),
37
38
livePreview: {
39
+ url: process.env.NEXT_PUBLIC_PAYLOAD_URL,
40
breakpoints: [
41
{
42
label: 'Móvil',
0 commit comments