Skip to content

Commit

Permalink
Merge branch 'Vite'
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarrc committed Jul 26, 2024
2 parents e174159 + 1c0adba commit e02b9ed
Show file tree
Hide file tree
Showing 42 changed files with 19,270 additions and 31,367 deletions.
12 changes: 0 additions & 12 deletions compress-cra.json

This file was deleted.

25 changes: 12 additions & 13 deletions public/index.html → index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>NTS-web | Korg NTS-1 Web controller</title>
<title>NTS-web | Korg NTS-1 Web editor</title>
<meta name="description" content="Korg NTS-1 Web controller" />
<meta charset="utf-8" />

Expand All @@ -10,29 +10,28 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#212121" />

<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@oscarrc_web" />
<meta property="twitter:domain" content="%PUBLIC_URL%">
<meta name="twitter:card" content="summary" />
<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:src" content="/static/media/feature.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="/static/media/feature.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.webmanifest" />
<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 e02b9ed

Please sign in to comment.