Improved search
This commit is contained in:
parent
815ca4d528
commit
122cfaf7eb
18 changed files with 275 additions and 72 deletions
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
Static website built in Astro + Typescript + TailwindCSS.
|
||||
|
||||
For attributions, see [`licenses.toml`](src/data/licenses.toml).
|
||||
|
||||
## Requirements
|
||||
|
||||
- Node.js 20+
|
||||
|
|
@ -32,6 +34,7 @@ The following optional environment variables can be set within a `.env` file:
|
|||
|
||||
| Name | Type | Description |
|
||||
| ---------------- | ------- | ----------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `APACHE_CONFIG` | boolean | If set to true, generates an `.htaccess` Apache config file at the root of the output directory. |
|
||||
| `PUBLISH_DRAFTS` | boolean | If set to true, includes drafts in the production build. Published drafts still won't be directly indexed by any other pages. |
|
||||
|
||||
### Export story for upload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue