From 427777ce844b0a732531e336ebfc6342d43ab4d6 Mon Sep 17 00:00:00 2001 From: Ava Gaiety W Date: Wed, 27 Mar 2024 01:08:35 -0500 Subject: [PATCH] move config to package --- jampack.config.js | 8 -------- package.json | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 jampack.config.js 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",