Skip to content

Commit

Permalink
🍎 Chore: μ˜μ‘΄μ„± μ΅œμ‹ ν™”
Browse files Browse the repository at this point in the history
#
  • Loading branch information
qilip committed Nov 18, 2023
1 parent eb1153e commit c4c21cf
Show file tree
Hide file tree
Showing 4 changed files with 7,708 additions and 9,864 deletions.
10 changes: 8 additions & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ export default defineNuxtConfig({
'highlight.js/styles/atom-one-dark-reasonable.css',
'pretendard/dist/web/variable/pretendardvariable-dynamic-subset.css',
],
devtools: { enabled: true },
devtools: {
enabled: true,

timeline: {
enabled: true,
},
},
modules: [
'@nuxtjs/tailwindcss',
'@pinia/nuxt',
Expand Down Expand Up @@ -102,4 +108,4 @@ export default defineNuxtConfig({
server: true,
client: true,
},
});
});
Loading

0 comments on commit c4c21cf

Please sign in to comment.