1
1
Fork 0

move config to package

This commit is contained in:
Ava Gaiety W 2024-03-27 01:08:35 -05:00
parent aa3ce92d48
commit 427777ce84
2 changed files with 8 additions and 8 deletions

View file

@ -1,8 +0,0 @@
export default {
image: {
max_width: 1920,
misc: {
prefetch_links: 'in-viewport'
}
}
}

View file

@ -24,6 +24,14 @@
"url": "https://git.gay/gaiety/portfolio/issues" "url": "https://git.gay/gaiety/portfolio/issues"
}, },
"homepage": "https://git.gay/gaiety/portfolio/src/branch/main/README.md", "homepage": "https://git.gay/gaiety/portfolio/src/branch/main/README.md",
"jampack": {
"image": {
"max_width": 1920
},
"misc": {
"prefetch_links": "in-viewport"
}
},
"devDependencies": { "devDependencies": {
"@11ty/eleventy": "^2.0.1", "@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.3", "@11ty/eleventy-plugin-syntaxhighlight": "^3.1.3",