mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-22 16:51:20 +00:00

- rename podlibre to adaures - rename castopod-host to castopod - simplify README and redirect to docs site - move INSTALL and UPDATE docs - add new gitlabci pipeline to deploy docs - upgrade node to v16 in Dockerfile
7 lines
95 B
TypeScript
7 lines
95 B
TypeScript
import Theme from "vitepress/theme";
|
|
import "./tailwind.css";
|
|
|
|
export default {
|
|
...Theme,
|
|
};
|