7 lines
168 B
TypeScript
7 lines
168 B
TypeScript
|
import { defineClientConfig } from "vuepress/client";
|
||
|
import WorksPage from "./pages/WorksPage.vue";
|
||
|
|
||
|
export default defineClientConfig({
|
||
|
layouts: { WorksPage },
|
||
|
});
|