Skip to content

Commit

Permalink
fix: 增加 env script (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoyang805 committed Jul 25, 2023
1 parent 4ad6250 commit 2ac59f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gallery/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
<!-- <link rel="icon" href="/favicon.ico" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Markdown themes gallery</title>
<script>
let process = {}
process.env = {}
process.env.NODE_ENV = 'production'
</script>
<link rel="stylesheet" href="https://unpkg.com/bytemd/dist/index.min.css" />
<script src="https://unpkg.com/bytemd"></script>
<script src="https://unpkg.com/@bytemd/plugin-gfm"></script>
Expand Down

0 comments on commit 2ac59f7

Please sign in to comment.