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 f0fd657 commit 183da29Copy full SHA for 183da29
website/src/pages/docs/index.mdx
@@ -8,7 +8,10 @@ description: What's GraphQL-ESLint, key features and helpful resources.
8
This project integrates GraphQL and ESLint, for a better developer experience.
9
10
<video autoPlay loop muted playsInline>
11
- <source src="/demo.mp4" type="video/mp4" />
+ <source
12
+ src={(process.env.NODE_ENV === 'production' ? 'eslint' : '') + '/demo.mp4'}
13
+ type="video/mp4"
14
+ />
15
</video>
16
17
<p className="mt-3 text-center text-sm italic">Demo GraphQL-ESLint in VSCode</p>
0 commit comments