mirror of
https://github.com/modrinth/code.git
synced 2026-08-28 10:34:53 +00:00
feat: pride 2026 frontend (#6205)
* feat: pride 2026 banner app sidebar * feat: use ProgressBar component * feat: pride skins * feat: pride skins * feat: blog post * fix: blogpost * fix: pride skin condition * fix: types * fix: show logic * fix: qa * fix: lint * fix: unused var
This commit is contained in:
@@ -75,10 +75,10 @@ export default defineNuxtConfig({
|
||||
},
|
||||
ssr: {
|
||||
// https://github.com/Akryum/floating-vue/issues/809#issuecomment-1002996240
|
||||
noExternal: ['v-tooltip'],
|
||||
optimizeDeps: {
|
||||
include: ['vue-router'],
|
||||
},
|
||||
noExternal: ['floating-vue', '@floating-ui/core', '@floating-ui/dom'],
|
||||
},
|
||||
optimizeDeps: {
|
||||
include: ['vue-router', 'floating-vue', '@floating-ui/dom'],
|
||||
},
|
||||
define: {
|
||||
global: {},
|
||||
|
||||
Reference in New Issue
Block a user