Skip to content

Commit

Permalink
Merge pull request #10 from cpadlab/main
Browse files Browse the repository at this point in the history
.
  • Loading branch information
cpadlab authored Jan 8, 2025
2 parents 7975fd2 + 018b10c commit 63abe82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
"preview": "vite preview",
"start": "vite"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
Expand Down
8 changes: 4 additions & 4 deletions vite.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';

// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
})
base: '/nyerii.github.io/',
});

0 comments on commit 63abe82

Please sign in to comment.