mirror of
https://github.com/versia-pub/frontend.git
synced 2026-06-14 07:29:15 +02:00
feat: ✨ Add new virtual scrollbar system, resolve note context
This commit is contained in:
parent
dd62647928
commit
6f0da44844
14 changed files with 94 additions and 17 deletions
|
|
@ -99,6 +99,14 @@ export default defineNuxtConfig({
|
|||
apiHost: "https://social.lysand.org",
|
||||
},
|
||||
},
|
||||
imports: {
|
||||
presets: [
|
||||
{
|
||||
from: "overlayscrollbars-vue",
|
||||
imports: ["OverlayScrollbarsComponent"],
|
||||
},
|
||||
],
|
||||
},
|
||||
site: {
|
||||
url: "https://social.lysand.org",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue