File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ import pluginAutoCacheBuster from 'eleventy-auto-cache-buster';
7
7
import pluginIcons from 'eleventy-plugin-icons' ;
8
8
import pluginValidate from 'eleventy-plugin-validate' ;
9
9
10
- import { VentoPlugin as pluginVento } from 'eleventy-plugin-vento' ;
11
10
import { eleventyImageTransformPlugin as pluginImageTransform } from '@11ty/eleventy-img' ;
11
+ import { VentoPlugin as pluginVento } from 'eleventy-plugin-vento' ;
12
12
13
13
import markdownLibrary from './config/markdown/core.js' ;
14
14
import {
@@ -23,9 +23,9 @@ import { z } from 'zod';
23
23
import 'dotenv/config' ;
24
24
const isDevelopment = process . env . NODE_ENV !== 'production' ;
25
25
26
+ import eleventy from '11ty.ts' ;
26
27
import colors from 'picocolors' ;
27
28
import site from './site.config.js' ;
28
- import eleventy from '11ty.ts' ;
29
29
30
30
export default eleventy ( function ( eleventyConfig ) {
31
31
eleventyConfig . addGlobalData ( 'site' , site ) ;
You can’t perform that action at this time.
0 commit comments