diff --git a/.gitignore b/.gitignore index 0eedb84..4992d71 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ dist *.log .vscode/*.local .idea +data-sources/ diff --git a/package.json b/package.json index adf688a..0378ed9 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "astro dev", - "build": "node scripts/build-og-image.mjs && astro build", + "build": "astro build", "build:og": "node scripts/build-og-image.mjs", "preview": "astro preview", "start": "node ./dist/server/entry.mjs",