mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-04 17:37:26 +00:00
base.css: smooth scroll
This commit is contained in:
parent
7a34ebdcd7
commit
185a8d9e05
2 changed files with 3 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import { EleventyI18nPlugin } from '@11ty/eleventy'
|
||||
import { IdAttributePlugin } from '@11ty/eleventy'
|
||||
|
||||
/**
|
||||
* @param {import('@11ty/eleventy').UserConfig} eleventyConfig
|
||||
|
|
@ -15,4 +16,5 @@ export default function(eleventyConfig) {
|
|||
eleventyConfig.addPlugin(EleventyI18nPlugin, {
|
||||
defaultLanguage: 'en',
|
||||
})
|
||||
eleventyConfig.addPlugin(IdAttributePlugin)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue