Skip to content

Instantly share code, notes, and snippets.

@Muetze42
Created May 12, 2022 07:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Muetze42/1ede372971ab2c140c041fd9236fe886 to your computer and use it in GitHub Desktop.
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