The same way we access any file from the public folder, you can either:
- use the
%PUBLIC_URL%:
<link rel="stylesheet" href="%PUBLIC_URL%/css/bootstrap.min.css">- or expect it to be available by the root:
<link rel="stylesheet" href="/css/bootstrap.min.css">References: