Skip to content

Instantly share code, notes, and snippets.

@mckrava
Created May 22, 2020 16:21
Show Gist options
  • Select an option

  • Save mckrava/cf16e794ebaf6eee5b7a696ba40655d1 to your computer and use it in GitHub Desktop.

Select an option

Save mckrava/cf16e794ebaf6eee5b7a696ba40655d1 to your computer and use it in GitHub Desktop.

Revisions

  1. mckrava created this gist May 22, 2020.
    17 changes: 17 additions & 0 deletions nuxt.config.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    modules: [
    [
    'nuxt-fontawesome',
    {
    imports: [
    {
    set: '@fortawesome/free-solid-svg-icons',
    icons: ['fas'],
    },
    {
    set: '@fortawesome/free-brands-svg-icons',
    icons: ['fab'],
    },
    ],
    },
    ],
    ]