Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aswanthabam committed Nov 19, 2023
1 parent d80d65b commit e0ee632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/Home.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import style from './Home.module.css';
import SecondaryButton from '../../components/buttons/secondary_button/SecondaryButton';
// import SecondaryButton from '../../components/buttons/secondary_button/SecondaryButton';
import alien from '../../assets/dehill-spacelove-1-dribble.gif';

interface HomeProps {
Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
base: '/vijnana24/'
})

0 comments on commit e0ee632

Please sign in to comment.