We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b67d09 commit e4880b9Copy full SHA for e4880b9
src/pages/index.tsx
@@ -1,7 +1,6 @@
1
import useBaseUrl from '@docusaurus/useBaseUrl';
2
import React, { useEffect } from 'react';
3
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
5
6
// https://github.com/facebook/docusaurus/discussions/8387#discussioncomment-6067944
7
// Loading a static HTML only works during SSR, so we use this hack to make it work during CSR
0 commit comments