TYPO3 13.4.3 (fresh test installation with composer)
ws_scss 13.0.1
page.includeCSS {
bootstrap = fileadmin/bootstrap/sass/bootstrap.scss
bootstrap.outputfile = fileadmin/bootstrap/css/mybootstrap.css
}
this works fine - but only for the homepage or pages on rootline
website.com
website.com/page1
website.com/page2
-->
CSS: website.com/fileadmin/bootstrap/css/mybootstrap.css
BUT on deeper subpages like
website.com/page2/subpage1
the path to the CSS is set wrong in the page head:
CSS: website.com/page2/fileadmin/bootstrap/css/mybootstrap.css
teh /page2 part of the url ist put into the fielpath