Skip to content

Instantly share code, notes, and snippets.

@canertuzunar
Created April 14, 2021 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save canertuzunar/d069aca5e4507aaa65d07f5f9ee7f6e8 to your computer and use it in GitHub Desktop.
Save canertuzunar/d069aca5e4507aaa65d07f5f9ee7f6e8 to your computer and use it in GitHub Desktop.
//gatsby-browser.js
exports.onRouteUpdate = ({ location, preLocation }) => {
console.log("new pathname", location.pathname)
console.log("old pathname", prevLocation ? prevLocation.pathname : null)
}
//Ya da
import "./src/styles/reset.css" //reset.css dosyasimizi direk tarayica ekleyecektir.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment