Skip to content

Instantly share code, notes, and snippets.

@anfibiacreativa
Created July 8, 2020 20:30
Show Gist options
  • Save anfibiacreativa/2381271a2cd5101d4c928257a5f12abd to your computer and use it in GitHub Desktop.
Save anfibiacreativa/2381271a2cd5101d4c928257a5f12abd to your computer and use it in GitHub Desktop.
import { ScullyConfig } from '@scullyio/scully';
export const config: ScullyConfig = {
projectRoot: './src',
projectName: 'doc-site',
outDir: './dist/static',
routes: {
'/docs/:slug': {
type: 'contentFolder',
slug: {
folder: './docs'
},
},
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment