Skip to content

Commit b90fff2

Browse files
authored
Update docusaurus.config.ru.js
1 parent 26a2482 commit b90fff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.ru.js

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

0 commit comments

Comments
 (0)