Skip to content

Commit 9d46cda

Browse files
committed
Migrated to Vite and latest React
1 parent 4412919 commit 9d46cda

7 files changed

Lines changed: 1664 additions & 19053 deletions

File tree

examples/index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!doctype html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>DatoCMS Plugin</title>
8+
</head>
9+
10+
<body>
11+
<div id="root"></div>
12+
<script type="module" src="./src/index.jsx"></script>
13+
</body>
14+
15+
</html>

0 commit comments

Comments
 (0)