Skip to content

Commit

Permalink
chore: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhJae committed Oct 22, 2024
1 parent d870326 commit b54c319
Show file tree
Hide file tree
Showing 7 changed files with 433 additions and 589 deletions.
2 changes: 2 additions & 0 deletions .nuxtrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
uiPro.license=B5BB8F9E-6065-4075-A894-015E5901668B
telemetry.enabled=false
3 changes: 2 additions & 1 deletion app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ export default defineAppConfig({

card: {
background: "bg-white dark:bg-zinc-950",
ring: "ring-1 ring-gray-200 dark:ring-gray-800",
rounded: "rounded-xl",
},

button: {
Expand All @@ -26,7 +28,6 @@ export default defineAppConfig({
block: "w-full flex justify-center items-center",
inline: "inline-flex items-center",
size: {
default: "h-10 px-4 py-2",
"2xs": "text-xs",
xs: "text-xs",
sm: "h-9 rounded-md px-3 text-sm",
Expand Down
1 change: 0 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export default defineNuxtConfig({
"@nuxt/image",
"@nuxt/ui",
"@nuxtjs/i18n",
"@nuxthq/studio",
"@nuxtjs/seo",
"nuxt-og-image",
"@nuxt/fonts",
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,16 @@
"axios": "^1.7.7",
"sitemap": "^8.0.0",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
"vue-router": "^4.4.5",
"vue3-smooth-dnd": "^0.0.6"
},
"devDependencies": {
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/ph": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.7",
"@nuxt/content": "^2.13.2",
"@iconify-json/simple-icons": "^1.2.9",
"@nuxt/content": "^2.13.4",
"@nuxt/fonts": "^0.7.2",
"@nuxt/image": "^1.8.1",
"@nuxthq/studio": "^2.1.1",
"@nuxtjs/seo": "2.0.0-rc.20",
"nuxt": "^3.13.2"
}
Expand Down
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
>
</ULandingHero>

<div class="sm:px-8 px-2 flex w-screen justify-center">
<div class="sm:px-8 px-2 flex w-full justify-center">
<div class="max-w-4xl w-full aspect-[16/9]">
<ImagePlaceholder class="h-full" />
</div>
Expand Down
1,003 changes: 422 additions & 581 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default <Partial<Config>>{
},
},
fontFamily: {
sans: ["Noto Sans KR", ...defaultTheme.fontFamily.sans],
sans: ["Interop", ...defaultTheme.fontFamily.sans],
// serif: ["Nanum Myeongjo", ...defaultTheme.fontFamily.serif],
},
},
Expand Down

0 comments on commit b54c319

Please sign in to comment.