Skip to content

Commit

Permalink
chore: update nuxt config
Browse files Browse the repository at this point in the history
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
  • Loading branch information
vinayakkulkarni committed Sep 9, 2023
1 parent 9a00d9e commit fa5976e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import type { NuxtConfig } from 'nuxt/schema';
import {
app,
components,
Expand All @@ -12,7 +11,7 @@ import {
typescript,
} from './config';

export default {
export default defineNuxtConfig({
app,
components,
css,
Expand All @@ -31,4 +30,4 @@ export default {
routeRules,
runtimeConfig,
typescript,
} satisfies NuxtConfig;
});

0 comments on commit fa5976e

Please sign in to comment.