Skip to content

Commit

Permalink
Merge pull request #1 from Varun-Kolanu/main
Browse files Browse the repository at this point in the history
Spotify
  • Loading branch information
vinfinity7 authored Jul 3, 2023
2 parents cbdc04a + 08b2b77 commit 033c9cf
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
# dist
# dist-ssr
*.local

# Editor directories and files
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions index.html → dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link href="https://pro.fontawesome.com/releases/v5.2.0/css/all.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700" rel="stylesheet">
<!-- <link href="https://codepen.io/z-/pen/a8e37caf2a04602ea5815e5acedab458.scss?theme" rel="stylesheet"> -->
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="./index.css">
</head>

<body>
Expand All @@ -39,7 +39,7 @@ <h1>Favorite Artists and Selected Playlists</h1>



<script src="styles.js" type="module"></script>
<script src="../public/styles.js" type="module"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- <script src="https://codepen.io/z-/pen/a8e37caf2a04602ea5815e5acedab458.js"></script> -->
</html>
Expand Down
1 change: 0 additions & 1 deletion dist/vite.svg

This file was deleted.

File renamed without changes
File renamed without changes
File renamed without changes.
8 changes: 7 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
import { defineConfig } from 'vite';
export default defineConfig({
esbuild: {
supported: {
'top-level-await': true //browsers can handle top-level-await features
},
}
},
build: {
rollupOptions: {
input: '/dist/index.html', // Make sure to specify the correct entry module
},
},
})

0 comments on commit 033c9cf

Please sign in to comment.