Skip to content

Commit

Permalink
adding carousel
Browse files Browse the repository at this point in the history
  • Loading branch information
thom-wang committed Dec 30, 2024
1 parent 36147ce commit c649e15
Show file tree
Hide file tree
Showing 132 changed files with 843 additions and 5,615 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@
.swc

node_modules
.env
.env
.next
.next/
10 changes: 10 additions & 0 deletions .next/build-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@
"static/chunks/main.js",
"static/chunks/pages/index.js"
],
"/404": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/404.js"
],
"/[filename]": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/[filename].js"
],
"/_app": [
"static/chunks/webpack.js",
"static/chunks/main.js",
Expand Down
Loading

0 comments on commit c649e15

Please sign in to comment.