mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-23 01:01:20 +00:00
7 lines
95 B
TypeScript
7 lines
95 B
TypeScript
![]() |
import Theme from "vitepress/theme";
|
||
|
import "./tailwind.css";
|
||
|
|
||
|
export default {
|
||
|
...Theme,
|
||
|
};
|