Skip to content

Commit

Permalink
Changed from create-react-app to vite
Browse files Browse the repository at this point in the history
  • Loading branch information
haslo committed Aug 18, 2024
1 parent 6d4a94a commit dedfb4c
Show file tree
Hide file tree
Showing 16 changed files with 1,910 additions and 35,014 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_with_scp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
host: sl2201.web.hostpoint.ch
username: bkserfa
key: ${{ secrets.SSH_DEPLOY_KEY }}
source: "build/*"
source: "dist/*"
target: "/home/bkserfa/www/haslo.ch"
strip_components: 1
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

# production
/build
/dist

# misc
.DS_Store
Expand Down
7 changes: 4 additions & 3 deletions public/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@
})(window,document,'script','dataLayer','GTM-TRDPC5B');</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="DAWless hardware techno, ambient, psytrance, and experimental electronic music by Guido Gloor aka haslo. Homegrown Swiss techno from Bern."
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="manifest" href="/manifest.json" />
<script type="module" src="/src/index.jsx"></script>
<title>haslo.ch - Hardware Techno from Bern, Switzerland</title>
</head>
<body>
Expand Down
Loading

0 comments on commit dedfb4c

Please sign in to comment.