-
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from faisalsayed10/v1.3.0
- Loading branch information
Showing
29 changed files
with
899 additions
and
190 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
import Router from "next/router"; | ||
import NProgress from "nprogress"; | ||
import "nprogress/nprogress.css"; | ||
|
||
NProgress.configure({ | ||
minimum: 0.3, | ||
easing: "ease", | ||
speed: 500, | ||
showSpinner: false, | ||
}); | ||
|
||
Router.events.on("routeChangeStart", () => NProgress.start()); | ||
Router.events.on("routeChangeComplete", () => NProgress.done()); | ||
Router.events.on("routeChangeError", () => NProgress.done()); | ||
|
||
export default function () { | ||
return null; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
4cd03c6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
firefiles – ./apps/web
firefiles-fayd.vercel.app
firefiles-git-main-fayd.vercel.app
usefirefiles.vercel.app
4cd03c6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
firefiles-landing – ./apps/landing
firefiles-landing-git-main-fayd.vercel.app
firefiles-landing.vercel.app
firefiles.app
firefiles.vercel.app
www.firefiles.app
firefiles-landing-fayd.vercel.app