Skip to content

Commit

Permalink
Updated index.html and fixed deployment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jackbouncy7 committed Oct 19, 2024
1 parent 51af6d5 commit 94ffcd3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/Products/Products.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Products = () => {
<Header/>
<section className='section products'>
<div className='container'>
<h2 className='products-title'>Featured casde studies</h2>
<h2 className='products-title'>Featured case studies</h2>
</div>
</section>
</>
Expand Down
1 change: 0 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { resolve } from "path"

// https://vitejs.dev/config/
export default defineConfig({
base: './',
plugins: [react()],
resolve: {
alias: {
Expand Down

0 comments on commit 94ffcd3

Please sign in to comment.