Skip to content

Commit

Permalink
refactor: 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 Jul 4, 2023
1 parent 198ef80 commit 62d70a0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
import {
app,
components,
css,
modules,
nitro,
plugins,
routeRules,
runtimeConfig,
ssr,
typescript,
} from './config';

export default defineNuxtConfig({
export default {
app,
components,
css,
ssr,
modules,
nitro,
plugins,
routeRules,
runtimeConfig,
typescript,
});
};

0 comments on commit 62d70a0

Please sign in to comment.