mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 00:35:38 +02:00
Adds `/blog` page with support for `.md` and `.mdx` files. What we learnt in setting this up will be packages in a package `@nestri/mdx` and used to set up the `/docs` and the `/terms` and `/privacy` routes
13 lines
212 B
TypeScript
13 lines
212 B
TypeScript
/* tslint:disable */
|
|
/* eslint-disable */
|
|
import "sst"
|
|
declare module "sst" {
|
|
export interface Resource {
|
|
"CloudflareAccountId": {
|
|
"type": "sst.sst.Secret"
|
|
"value": string
|
|
}
|
|
}
|
|
}
|
|
export {}
|