Skip to content

Commit 94b0b65

Browse files
committed
add script to push sitemaps to indexnow
1 parent caf58a1 commit 94b0b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"standalone": "dotenv -e .env.local node .next/standalone/server.js",
1313
"icons": "pnpm dlx @svgr/cli --out-dir components/icons --filename-case kebab --typescript --no-dimensions --replace-attr-values \"#000=currentColor\" -- public/icons",
1414
"figma:icons": "tsc lib/figma/download-icons.ts --outDir dist && dotenv -e .env.local node dist/download-icons.js && pnpm run icons",
15-
"indexnow:profile": "tsx lib/indexnow/indexnow-submit.ts"
15+
"indexnow": "dotenv -e .env.local -- tsx lib/indexnow/indexnow-submit.ts"
1616
},
1717
"dependencies": {
1818
"@auth/mongodb-adapter": "^3.10.0",

0 commit comments

Comments
 (0)