Skip to content

Commit

Permalink
chore: update order
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 29, 2024
1 parent aae333d commit dd83fea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ export default defineNuxtConfig({
},
},

ui: {
icons: ['heroicons', 'simple-icons', 'ph'],
},

site: {
url: 'https://eslint.nuxt.com',
},
Expand All @@ -32,6 +28,10 @@ export default defineNuxtConfig({
preference: 'dark',
},

ui: {
icons: ['heroicons', 'simple-icons', 'ph'],
},

routeRules: {
'/guide': { redirect: '/guide/getting-started' },
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
export const OFFICIAL_MODULES = {
client: [
'ui',
'site', // SEO module
'colorMode',
'content',
'mdc',
'ui',
],

server: [
Expand Down

0 comments on commit dd83fea

Please sign in to comment.