koel/docs/config.ts

10 lines
298 B
TypeScript
Raw Permalink Normal View History

2024-03-17 18:28:39 +00:00
// This is the configuration file for the application.
// For VitePress config (themeConfig), refer to .vitepress/config.mts.
export default {
plus: {
2024-03-26 09:14:29 +00:00
price: '€19.99',
2024-03-17 18:28:39 +00:00
purchaseUrl: 'https://store.koel.dev/checkout/buy/58e8adbc-b1aa-43f9-b768-a52d1d8e6a40?media=0&logo=0&desc=0',
}
}