From 7af6ac1a481c2a793eb9c7949189a29de1a67507 Mon Sep 17 00:00:00 2001 From: Scott Nath Date: Sun, 19 May 2024 20:46:10 -0400 Subject: [PATCH] :rocket: add indexnow file to release --- workspaces/website/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workspaces/website/package.json b/workspaces/website/package.json index 0cd553d..4908141 100644 --- a/workspaces/website/package.json +++ b/workspaces/website/package.json @@ -6,11 +6,11 @@ "dev": "astro dev", "start": "astro dev", "build": "astro build", + "postbuild": "npm run site-files", "preview": "astro preview", "astro": "astro", - "jekyllfile": "touch ./dist/.nojekyll", - "cname": "echo \"scottnath.com\" >> ./dist/CNAME", - "site-files": "npm run jekyllfile && npm run cname" + "indexnow": "echo \"b2b2368940cf41138c269b3c4cb78b01\" >> ./dist/b2b2368940cf41138c269b3c4cb78b01.txt", + "site-files": "npm run indexnow" }, "dependencies": { "@astrojs/mdx": "^2.2.4",