mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
10 lines
298 B
TypeScript
10 lines
298 B
TypeScript
|
// This is the configuration file for the application.
|
||
|
// For VitePress config (themeConfig), refer to .vitepress/config.mts.
|
||
|
|
||
|
export default {
|
||
|
plus: {
|
||
|
price: '€29.99',
|
||
|
purchaseUrl: 'https://store.koel.dev/checkout/buy/58e8adbc-b1aa-43f9-b768-a52d1d8e6a40?media=0&logo=0&desc=0',
|
||
|
}
|
||
|
}
|