💻 | Working so hard on the design review

This commit is contained in:
2021-04-02 21:58:07 +02:00
parent ca8e80af4b
commit 08599b09d1
47 changed files with 1036 additions and 1609 deletions

View File

@@ -13,10 +13,6 @@ const build = {
extractCss: true,
}
const generate = {
interval: 2000,
}
const pageTransition = {
name: 'page',
mode: 'out-in',
@@ -32,4 +28,6 @@ const components = true
const buildDir = 'build'
export default { srcDir, dir, generate, build, pageTransition, target, server, buildDir, components }
const ssr = true
export default { srcDir, dir, build, pageTransition, target, server, buildDir, components, ssr }