astro-indexnow 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -30
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -158,22 +158,6 @@ Must begin with `http://` or `https://`.
|
|
|
158
158
|
|
|
159
159
|
---
|
|
160
160
|
|
|
161
|
-
### `enabled` (optional)
|
|
162
|
-
|
|
163
|
-
Type: `boolean`
|
|
164
|
-
Default: `true`
|
|
165
|
-
|
|
166
|
-
Disable IndexNow submissions without removing config:
|
|
167
|
-
|
|
168
|
-
```js
|
|
169
|
-
indexnow({
|
|
170
|
-
key: "...",
|
|
171
|
-
enabled: false,
|
|
172
|
-
});
|
|
173
|
-
```
|
|
174
|
-
|
|
175
|
-
---
|
|
176
|
-
|
|
177
161
|
## How It Works
|
|
178
162
|
|
|
179
163
|
On every `astro build`, the integration:
|
|
@@ -187,20 +171,6 @@ No state is stored and no runtime code is added to your site.
|
|
|
187
171
|
|
|
188
172
|
---
|
|
189
173
|
|
|
190
|
-
## CI / Deployment
|
|
191
|
-
|
|
192
|
-
Designed to work cleanly in CI environments.
|
|
193
|
-
|
|
194
|
-
Example:
|
|
195
|
-
|
|
196
|
-
```bash
|
|
197
|
-
INDEXNOW_KEY=your-key astro build
|
|
198
|
-
```
|
|
199
|
-
|
|
200
|
-
No prompts. No interactivity. Fully deterministic.
|
|
201
|
-
|
|
202
|
-
---
|
|
203
|
-
|
|
204
174
|
## Limitations
|
|
205
175
|
|
|
206
176
|
- Submissions only run on `astro build`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "astro-indexnow",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Astro integration to submit pages to IndexNow automatically after build",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"type": "git",
|
|
34
34
|
"url": "https://github.com/velohost/astro-indexnow"
|
|
35
35
|
},
|
|
36
|
-
"homepage": "https://velohost.co.uk/
|
|
36
|
+
"homepage": "https://velohost.co.uk/astro-indexnow",
|
|
37
37
|
"bugs": {
|
|
38
38
|
"url": "https://github.com/velohost/astro-indexnow/issues"
|
|
39
39
|
},
|