Skip to content

Commit 7e01b6a

Browse files
[ci] release (#5607)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ea3e4e2 commit 7e01b6a

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

packages/integrations/netlify/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @astrojs/netlify
22

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- [#5297](https://github.com/withastro/astro/pull/5297) [`d2960984c`](https://github.com/withastro/astro/commit/d2960984c59af7b60a3ea472c6c58fb00534a8e6) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Introduces the **experimental** Prerender API.
8+
9+
> **Note**
10+
> This API is not yet stable and is subject to possible breaking changes!
11+
12+
- Deploy an Astro server without sacrificing the speed or cacheability of static HTML.
13+
- The Prerender API allows you to statically prerender specific `pages/` at build time.
14+
15+
**Usage**
16+
17+
- First, run `astro build --experimental-prerender` or enable `experimental: { prerender: true }` in your `astro.config.mjs` file.
18+
- Then, include `export const prerender = true` in any file in the `pages/` directory that you wish to prerender.
19+
320
## 1.2.2
421

522
### Patch Changes

packages/integrations/netlify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@astrojs/netlify",
33
"description": "Deploy your site to Netlify",
4-
"version": "1.2.2",
4+
"version": "1.3.0",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"author": "withastro",

0 commit comments

Comments
 (0)