Skip to content

Commit 76e591f

Browse files
committed
test forcing css
1 parent d19e617 commit 76e591f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/.vuepress/config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ export default defineUserConfig({
107107
'data-project-color': '#631B3A',
108108
'data-project-logo': '/logo-white.png'
109109
}],
110+
111+
['style', {}, `
112+
#redirect-modal-mask { display: none !important; }
113+
`],
110114
],
111115
// add our own components for blog theme (Tutorials & Guides)
112116
alias: {

0 commit comments

Comments
 (0)