Browse Source

Revert "docs: fix 404"

This reverts commit 1f0fbd4dcf.
pull/39127/head
MadCcc 2 years ago
parent
commit
aa1945d9ae
  1. 4
      site/theme/template/Layout/index.tsx

4
site/theme/template/Layout/index.tsx

@ -32,10 +32,6 @@ if (typeof window !== 'undefined') {
location.href = location.href.replace('next.ant.design', 'ant.design');
}
if (!location.pathname.endsWith('/')) {
location.pathname += '/';
}
// eslint-disable-next-line global-require
require('../../static/style');

Loading…
Cancel
Save