Skip to content

Commit

Permalink
V1.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Noname968 committed Feb 1, 2024
1 parent 72db757 commit 4ca2b62
Show file tree
Hide file tree
Showing 23 changed files with 775 additions and 78 deletions.
270 changes: 270 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@auth/mongodb-adapter": "^2.2.0",
"@ducanh2912/next-pwa": "^10.2.2",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.1.1",
Expand All @@ -20,6 +21,8 @@
"ioredis": "^5.3.2",
"lodash": "^4.17.21",
"media-icons": "^0.10.0",
"mongodb": "^6.3.0",
"mongoose": "^8.1.1",
"next": "14.0.4",
"next-auth": "^4.24.5",
"nextjs-toploader": "^1.6.4",
Expand Down
2 changes: 1 addition & 1 deletion src/app/anime/catalog/[[...options]]/page.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react'
import Catalog from '@/components/catalogcomponent/Catalog'
import Navbarcomponent from '@/components/Navbar'
import Navbarcomponent from '@/components/navbar/Navbar'

export async function generateMetadata({ params }) {
return {
Expand Down
2 changes: 1 addition & 1 deletion src/app/anime/info/[...infoid]/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import React from 'react'
import AnimeDetailsTop from '@/components/details/AnimeDetailsTop'
import AnimeDetailsBottom from '@/components/details/AnimeDetailsBottom'
import { getEpisodes } from '@/lib/getData'
import Navbarcomponent from '@/components/Navbar'
import Navbarcomponent from '@/components/navbar/Navbar'
import Animecards from '@/components/CardComponent/Animecards'

// async function getData(id,status,refresh=false) {
Expand Down
Loading

0 comments on commit 4ca2b62

Please sign in to comment.