Skip to content

Commit

Permalink
refactor: all the components on the root components/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelodelain committed Mar 1, 2024
1 parent 276dab9 commit 947685b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
import { fileURLToPath } from 'url'
import { dirname, join } from 'path'

// @see https://nuxt.com/docs/guide/going-further/layers#relative-paths-and-aliases
const currentDir = dirname(fileURLToPath(import.meta.url))

export default defineNuxtConfig({
components: [
join(currentDir, './components/atoms'),
join(currentDir, './components/molecules'),
join(currentDir, './components/organisms'),
],
runtimeConfig: {
public: {
site: {
Expand Down

0 comments on commit 947685b

Please sign in to comment.