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