Skip to content

Commit 150db3e

Browse files
committedJan 7, 2025
chore(docs): remove unneeded icons config
1 parent 85eaaac commit 150db3e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎docs/nuxt.config.ts

-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ export default defineNuxtConfig({
1919
preference: 'dark',
2020
},
2121

22-
ui: {
23-
icons: ['heroicons', 'simple-icons', 'ph'],
24-
},
25-
2622
routeRules: {
2723
'/get-started': { redirect: { to: '/get-started/installation', statusCode: 301 } },
2824
'/configuration': { redirect: { to: '/get-started/configuration', statusCode: 301 } },

0 commit comments

Comments
 (0)
Please sign in to comment.