mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-09 23:48:36 +01:00
9 lines
133 B
TypeScript
9 lines
133 B
TypeScript
|
|
|
|
export default defineAppConfig({
|
|
ui: {
|
|
notifications: {
|
|
position: 'top-0 bottom-[unset]'
|
|
}
|
|
}
|
|
}) |