Skip to content

Commit 56b2740

Browse files
committed
redeploy vercel
1 parent e7257a4 commit 56b2740

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1>Chess PGN Analyzer</h1>
1616
</form>
1717

1818
<div id="board"></div>
19-
<div id="info"></div>
19+
<div id="info"></div>
2020

2121
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
2222
<script src="https://cdnjs.cloudflare.com/ajax/libs/chess.js/0.10.3/chess.min.js"></script>

vercel.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@
1212
"dest": "/app.py"
1313
}
1414
]
15-
}
15+
}
16+
17+

0 commit comments

Comments
 (0)