mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-04 17:37:26 +00:00
11ty: fixup typos
This commit is contained in:
parent
9884ff40e4
commit
207afb9baf
1 changed files with 3 additions and 3 deletions
|
|
@ -8,16 +8,16 @@ import { sumObjectValues } from './src/_filters/sumObjectValues.js'
|
||||||
* @param {import('@11ty/eleventy').UserConfig} eleventyConfig
|
* @param {import('@11ty/eleventy').UserConfig} eleventyConfig
|
||||||
*/
|
*/
|
||||||
export default function(eleventyConfig) {
|
export default function(eleventyConfig) {
|
||||||
/* Source and Target*/
|
/* Source and Target */
|
||||||
eleventyConfig.setInputDirectory('src')
|
eleventyConfig.setInputDirectory('src')
|
||||||
eleventyConfig.setOutputDirectory('build')
|
eleventyConfig.setOutputDirectory('build')
|
||||||
/* Assets */
|
/* Assets */
|
||||||
eleventyConfig.addPassthroughCopy('src/_assets/css/**/*.css')
|
eleventyConfig.addPassthroughCopy('src/_assets/css/**/*.css')
|
||||||
eleventyConfig.addPassthroughCopy('src/_assets/fonts/')
|
eleventyConfig.addPassthroughCopy('src/_assets/fonts/')
|
||||||
eleventyConfig.addPassthroughCopy('src/_assets/img/')
|
eleventyConfig.addPassthroughCopy('src/_assets/img/')
|
||||||
/* Favicon*/
|
/* Favicon */
|
||||||
eleventyConfig.addPassthroughCopy({ 'src/_assets/favicon' : '/' })
|
eleventyConfig.addPassthroughCopy({ 'src/_assets/favicon' : '/' })
|
||||||
/* Plugins*/
|
/* Plugins */
|
||||||
eleventyConfig.addPlugin(EleventyI18nPlugin, {
|
eleventyConfig.addPlugin(EleventyI18nPlugin, {
|
||||||
defaultLanguage: 'ru',
|
defaultLanguage: 'ru',
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue