ampless 1.0.0-alpha.13 → 1.0.0-alpha.14
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/dist/index.d.ts +2 -3
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -213,9 +213,8 @@ type CacheStrategy = 'auto' | 'deep' | 'hot';
|
|
|
213
213
|
* Well-known keys:
|
|
214
214
|
* - `no_layout`: when true, the public page is served as bare HTML
|
|
215
215
|
* (no theme chrome). Middleware rewrites the request to the
|
|
216
|
-
*
|
|
217
|
-
*
|
|
218
|
-
* theme chrome.
|
|
216
|
+
* internal `/raw/<slug>` handler for such posts and renders the
|
|
217
|
+
* body verbatim — no Next.js root layout, no theme chrome.
|
|
219
218
|
* - `cache`: see `CacheStrategy`. Overrides the default 'auto'
|
|
220
219
|
* cache strategy for this post. Independent of `no_layout` —
|
|
221
220
|
* applies uniformly to themed, no_layout, and static posts.
|