Skip to content

Instantly share code, notes, and snippets.

@Muetze42
Created May 12, 2022 07:45
Show Gist options
  • Select an option

  • Save Muetze42/1ede372971ab2c140c041fd9236fe886 to your computer and use it in GitHub Desktop.

Select an option

Save Muetze42/1ede372971ab2c140c041fd9236fe886 to your computer and use it in GitHub Desktop.
Nova 4: Add Font Awesome or other elements to the head element

Create if not exist resources/views/vendor/nova/partials/meta.blade.php

Add your elements in this file:

<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/[YOUR-ID].js" crossorigin="anonymous"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment