Preview:
const fullReload = queryParams.fullReload === 'true';

if (fullReload) {
  // fullReload가 true인 경우: 전체 페이지 리로드 
  window.location.href = path; 
} else {
  // 그 외의 경우: router.push 사용 
  router.push(path);
};
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter