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 d41307f commit 906bbccCopy full SHA for 906bbcc
website/src/pages/docs/index.mdx
@@ -9,7 +9,7 @@ This project integrates GraphQL and ESLint, for a better developer experience.
9
10
<video autoPlay loop muted playsInline>
11
<source
12
- src={(process.env.NODE_ENV === 'production' ? 'eslint' : '') + '/demo.mp4'}
+ src={(process.env.NODE_ENV === 'production' ? '/graphql/eslint' : '') + '/demo.mp4'}
13
type="video/mp4"
14
/>
15
</video>
0 commit comments