diff --git a/app.vue b/app.vue index c38b2aa..d3eafb9 100644 --- a/app.vue +++ b/app.vue @@ -114,6 +114,10 @@ ul.dropdown-menu { width: 200px; } +.form-control { + @extend .app-background; +} + .background { height: 100%; width: 100%; diff --git a/components/Pagination.vue b/components/Pagination.vue index e5954d4..1b43064 100644 --- a/components/Pagination.vue +++ b/components/Pagination.vue @@ -1,30 +1,4 @@ - - - \ No newline at end of file + \ No newline at end of file diff --git a/nuxt.config.ts b/nuxt.config.ts index 06a0f9b..8dd8e20 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -2,6 +2,7 @@ export default defineNuxtConfig({ devtools: { enabled: true }, ssr: false, + app: { baseURL: "/clean-cuts/", pageTransition: { @@ -56,7 +57,10 @@ export default defineNuxtConfig({ ], }, }, + experimental: { payloadExtraction: false, }, -}) + + compatibilityDate: "2024-10-09", +}) \ No newline at end of file diff --git a/pages/ward-skins/index.vue b/pages/ward-skins/index.vue index 6943ddd..1dfea87 100644 --- a/pages/ward-skins/index.vue +++ b/pages/ward-skins/index.vue @@ -1,58 +1,4 @@ - - \ No newline at end of file + +const rarities = { + "1": "Epic", + "2": "Legendary", + "3": "Ultimate", + "4": "Mythic" +}; + + + \ No newline at end of file