Skip to content

Commit

Permalink
edit package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
naufaljct48 committed Dec 21, 2024
1 parent 9f8d417 commit 186f043
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "vite-react-typescript-starter",
"name": "nopools-landing-pages",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import react from '@vitejs/plugin-react';

// https://vitejs.dev/config/
export default defineConfig({
base: '/naufaljct48.github.io/',
plugins: [react()],
optimizeDeps: {
exclude: ['lucide-react'],
Expand Down

0 comments on commit 186f043

Please sign in to comment.