Skip to content

Commit

Permalink
umer - changeset - resolve next/router isseu and next.config.js issue…
Browse files Browse the repository at this point in the history
… - v1.017 (#42)

Co-authored-by: Umer Farooq <[email protected]>
  • Loading branch information
ufumerfarooq67 and Umer Farooq authored Sep 26, 2024
1 parent c3ac609 commit 3da9e9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Core
import Image from 'next/image';
import { useContext, useState } from 'react';
import { useRouter } from 'next/router';
import { useRouter } from 'next/navigation';

// Context
import { ToastContext } from '@/lib/context/toast.context';
Expand Down
4 changes: 2 additions & 2 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ const nextConfig = {
protocol: 'https',
hostname: 'enatega.com',
},
/* {
{
protocol: 'https',
hostname: 'www.lifcobooks.com',
}, */
},
{
protocol: 'https',
hostname: 'images.pexels.com',
Expand Down

0 comments on commit 3da9e9d

Please sign in to comment.