Skip to content

Commit 26a2482

Browse files
authored
Update docusaurus.config.jp.js
1 parent 8c2782c commit 26a2482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.jp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ const config = {
165165
theme: {
166166
customCss: [require.resolve("./src/css/custom.scss")],
167167
},
168-
...(process.env.VERCEL_PREVIEW !== '1' && {
168+
...(process.env.VERCEL_ENV !== 'preview' && {
169169
googleTagManager: {
170170
containerId: 'GTM-WTNTDT7W',
171171
},

0 commit comments

Comments
 (0)