My package.json
has a homepage
field. Atm this is it’s value:
"homepage": "./",
Is this value correct?
For the base
tag, where should I put it best? Above link
imports or below or it makes no difference?
Thanks!
My package.json
has a homepage
field. Atm this is it’s value:
"homepage": "./",
Is this value correct?
For the base
tag, where should I put it best? Above link
imports or below or it makes no difference?
Thanks!