Skip to content

Commit

Permalink
deploy ready
Browse files Browse the repository at this point in the history
  • Loading branch information
kimmykokonut committed Nov 5, 2024
1 parent 42cfd5a commit d98225e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ This latest portfolio uses new technologies and frameworks, including Next.js an
### Known Bugs

- Some spacing issues when changing browser window for projects section when I try to display 2 full projects. Fine as-is but could be improved
- Snapping in xs screen, projects and let's connect are cut off by the nav bar.
- Snapping in xs screen, projects and let's connect header lines are cut off by the nav bar. Visible in other screen sizes

## Getting Started

Expand Down
2 changes: 0 additions & 2 deletions app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ html {
.container {
scroll-snap-type: y mandatory;
overflow-y: scroll;
padding: 0;
margin: 0;
}

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

Expand Down

0 comments on commit d98225e

Please sign in to comment.