6 lines
87 B
TypeScript
6 lines
87 B
TypeScript
|
|
export default {
|
||
|
|
slug: 'slm-design',
|
||
|
|
docsDir: 'docs',
|
||
|
|
archive: true,
|
||
|
|
} as const;
|