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 54298db commit 744aa97Copy full SHA for 744aa97
src/collections/Projects.ts
@@ -140,9 +140,7 @@ export const Projects: CollectionConfig = {
140
secret: PAYLOAD_SECRET,
141
})
142
143
- console.log(process.env.NEXT_PUBLIC_PAYLOAD_URL)
144
-
145
- return `${process.env.NEXT_PUBLIC_PAYLOAD_URL}/draft?${params.toString()}`
+ return `https://vectorinterior.design/draft?${params.toString()}`
146
},
147
148
src/payload.config.ts
@@ -36,7 +36,6 @@ 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