Skip to content

Commit

Permalink
fix styles and config
Browse files Browse the repository at this point in the history
  • Loading branch information
hanayik committed Apr 23, 2024
1 parent c596c7d commit 9227981
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="niivue.css" />
<link rel="stylesheet" href="./niivue.css" />
<title>Niivue brain chop</title>
</head>

Expand Down
File renamed without changes.
8 changes: 8 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { defineConfig } from 'vite'

export default defineConfig({
root: '.',
server: {
open: 'index.html',
},
})

0 comments on commit 9227981

Please sign in to comment.