isRemote()) { return "/nova-api/styles/{$this->name}"; } return $this->path; } /** * Get the response headers for the asset. * * @return array */ public function toResponseHeaders() { return [ 'Content-Type' => 'text/css', ]; } }