Skip to content

Commit

Permalink
🚀 add indexnow file to release
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnath committed May 20, 2024
1 parent 91e4be2 commit 7af6ac1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions workspaces/website/package.json
Original file line number Diff line number Diff line change
@@ -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",

0 comments on commit 7af6ac1

Please sign in to comment.