Skip to content

Commit

Permalink
[MOD] Vite migration
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarrc committed Jul 26, 2024
1 parent a74d848 commit 5bbb266
Show file tree
Hide file tree
Showing 9 changed files with 14,255 additions and 30,800 deletions.
18 changes: 9 additions & 9 deletions public/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@
<meta name="twitter:site" content="@oscarrc_web" />
<meta name="twitter:title" content="NTS-web" />
<meta name="twitter:description" content="A web editor and sequencer for the Korg NTS-1" />
<meta name="twitter:image" content="%PUBLIC_URL%/static/media/screenshot.png" />
<meta name="twitter:image" content="/static/media/screenshot.png" />

<meta property="og:url" content="%PUBLIC_URL%" />
<meta property="og:url" content="/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="NTS-web" />
<meta property="og:description" content="A web editor and sequencer for the Korg NTS-1" />
<meta property="og:image" content="%PUBLIC_URL%/static/media/screenshot.png" />
<meta property="og:image" content="/static/media/screenshot.png" />

<link rel="preconnect" href="%PUBLIC_URL%">
<link rel="preconnect" href="/">

<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/static/media/icons/icon192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="assetlinks.json" href="%PUBLIC_URL%/.well-known/assetlinks.json">
<link rel="icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/static/media/icons/icon192.png" />
<link rel="assetlinks.json" href="/.well-known/assetlinks.json">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script src="%PUBLIC_URL%/static/js/input-knobs.js"></script>
<script src="/static/js/input-knobs.js"></script>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>
Loading

0 comments on commit 5bbb266

Please sign in to comment.