Skip to content

Commit

Permalink
enhance projects section, issue loading locally in firefox, chrome/sa…
Browse files Browse the repository at this point in the history
…fari ok
  • Loading branch information
kimmykokonut committed Oct 24, 2024
1 parent 6edf21c commit ad3079f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
## WIP

## issues
- progress bar is missing for carousel-disappeared once restyled card.
- want to add a pause button or arrows for carousel?
- want arrows/pause button closer to each other and to hug the bottom of each project card, right now there is a gap if it's a short description.
- contact header is not lined up the same as about/projects
- fix footer
- looks great in safari & chrome. getting runtime error in firefox.


This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
Expand Down
1 change: 0 additions & 1 deletion components/Carousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import { Swiper, SwiperSlide } from "swiper/react";
import { Autoplay, Navigation } from "swiper/modules";
import 'swiper/css';
// import 'swiper/css/pagination';
import 'swiper/css/navigation';
import { PlayIcon, PauseIcon } from "@heroicons/react/24/outline";

Expand Down
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
//uncomment these 2 before pushing and new build
basePath: "/kimmykokonut.github.io",
output: "export", //enables static exports
reactStrictMode: true,
};

// module.exports = nextConfig;
export default nextConfig;

0 comments on commit ad3079f

Please sign in to comment.