Closed cbluth closed 5 years ago
Please see the attached screenshot.
I would like to serve the site from a sub-directory, but the css and js assets are getting a 404 because the links arent relative. How do i fix that?
@cbluth Are you writing sub-directory in the baseURL of config.toml?
baseURL
config.toml
e.g.
baseURL = "http://localhost:9998/public/"
@taikii i will check it out, thanks
Please see the attached screenshot.
I would like to serve the site from a sub-directory, but the css and js assets are getting a 404 because the links arent relative. How do i fix that?