diff --git a/jampack.config.js b/jampack.config.js deleted file mode 100644 index ecf1414..0000000 --- a/jampack.config.js +++ /dev/null @@ -1,8 +0,0 @@ -export default { - image: { - max_width: 1920, - misc: { - prefetch_links: 'in-viewport' - } - } -} diff --git a/package.json b/package.json index 53b71d6..a59e5f0 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,14 @@ "url": "https://git.gay/gaiety/portfolio/issues" }, "homepage": "https://git.gay/gaiety/portfolio/src/branch/main/README.md", + "jampack": { + "image": { + "max_width": 1920 + }, + "misc": { + "prefetch_links": "in-viewport" + } + }, "devDependencies": { "@11ty/eleventy": "^2.0.1", "@11ty/eleventy-plugin-syntaxhighlight": "^3.1.3",