Skip to content

Commit

Permalink
changed path
Browse files Browse the repository at this point in the history
  • Loading branch information
hazzaRR committed Jan 27, 2024
1 parent 794328a commit 5f9a81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default defineNuxtConfig({
{rel: 'stylesheet', href: 'https://cdn.jsdelivr.net/gh/devicons/devicon@v2.15.1/devicon.min.css'},
{rel: 'stylesheet', href: 'https://cdn.jsdelivr.net/npm/daisyui@2.51.4/dist/full.css', type:'text/css'},
{rel: 'stylesheet', href: 'https://cdn.jsdelivr.net/npm/tailwindcss@2.2/dist/tailwind.min.css', type:'text/css'},
{rel: 'icon', type: 'image/x-icon', href: './public/favicon.ico'}
{rel: 'icon', type: 'image/x-icon', href: '/favicon.ico'}

],
},
Expand Down

0 comments on commit 5f9a81a

Please sign in to comment.