Skip to content

Commit

Permalink
fix video
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Nov 13, 2024
1 parent dcf4e35 commit 7de557e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/src/pages/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ description: What's GraphQL-ESLint, key features and helpful resources.
This project integrates GraphQL and ESLint, for a better developer experience.

<video autoPlay loop muted playsInline>
<source src="/demo.mp4" type="video/mp4" />
<source
src={(process.env.NODE_ENV === 'production' ? 'eslint' : '') + '/demo.mp4'}
type="video/mp4"
/>
</video>

<p className="mt-3 text-center text-sm italic">Demo GraphQL-ESLint in VSCode</p>
Expand Down

0 comments on commit 7de557e

Please sign in to comment.