Skip to content

arclien/url-map-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Create React App

This project was bootstrapped with Create React App.

github page 배포 주의 사항

base urlrelative path가 붙을 경우 해결 방법

  • Building for Relative Paths
  • 다음과 같은 세팅을 하지 않으면 배포 후, root url 접속은 잘 되지만, 그 뒤로 하위 path를 입력하여 접속할 경우 404 에러가 나오게 된다.
  • routing의 basename 세팅
  • package.json 에서 url 정의
  • 404.html 추가하여 github page에서 인식하지 못하는 url을 리다이렉션 하도록 세팅
  • 404 page에서 리다이렉션된 쿼리를 index.html에서 처리하도록 수정

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors