Skip to content

Commit e4880b9

Browse files
committed
revert preload css
1 parent 7b67d09 commit e4880b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pages/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import useBaseUrl from '@docusaurus/useBaseUrl';
22
import React, { useEffect } from 'react';
33
import { drawArrows } from '../components/landing-page-arrows';
4-
import '/landing-page/styles.css'; // import the CSS file before the HTML file to avoid layout shifts
54

65
// https://github.com/facebook/docusaurus/discussions/8387#discussioncomment-6067944
76
// Loading a static HTML only works during SSR, so we use this hack to make it work during CSR

0 commit comments

Comments
 (0)