Added movie and summary to scene page.
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user