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