File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
packages/integrations/netlify Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
# @astrojs/netlify
2
2
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
+
3
20
## 1.2.2
4
21
5
22
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @astrojs/netlify" ,
3
3
"description" : " Deploy your site to Netlify" ,
4
- "version" : " 1.2.2 " ,
4
+ "version" : " 1.3.0 " ,
5
5
"type" : " module" ,
6
6
"types" : " ./dist/index.d.ts" ,
7
7
"author" : " withastro" ,
You can’t perform that action at this time.
0 commit comments