Added movie and summary to scene page.

This commit is contained in:
2024-05-31 03:48:17 +02:00
parent caa6812bc2
commit 040e6c2197
13 changed files with 319 additions and 7 deletions

View File

@@ -4,6 +4,7 @@ import vike from 'vike/plugin'; // eslint-disable-line import/extensions
import postCssGlobalData from '@csstools/postcss-global-data';
import postCssNesting from 'postcss-nesting';
import postCssCustomMedia from 'postcss-custom-media';
import ViteYaml from '@modyfi/vite-plugin-yaml';
export default {
plugins: [
@@ -21,6 +22,7 @@ export default {
},
trailingSlash: true, // for some reason /tags breaks without this, ERR_TOO_MANY_REDIRECTS
}),
ViteYaml(),
],
css: {
postcss: {