Skip to content

Commit

Permalink
Deploy to github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
deluksic committed Jan 11, 2025
1 parent a754804 commit 93fdad6
Show file tree
Hide file tree
Showing 5 changed files with 111 additions and 0 deletions.
Binary file added docs/assets/favicon-mtvwWgEY.ico
Binary file not shown.
1 change: 1 addition & 0 deletions docs/assets/index-B4HUgb0J.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

92 changes: 92 additions & 0 deletions docs/assets/index-jgfTJMVF.js

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<link rel="shortcut icon" type="image/ico" href="/assets/favicon-mtvwWgEY.ico" />
<title>Solid App</title>
<script type="module" crossorigin src="/assets/index-jgfTJMVF.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-B4HUgb0J.css">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>

</body>
</html>
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ export default defineConfig({
},
build: {
target: 'esnext',
outDir: 'docs',
},
})

0 comments on commit 93fdad6

Please sign in to comment.