Consolidate socials on index and add View Transitions API support
This commit is contained in:
parent
580cd2da26
commit
483f406037
23 changed files with 493 additions and 458 deletions
|
|
@ -29,9 +29,10 @@ npm run prettier # Prettier formatting
|
|||
|
||||
The following optional environment variable 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. |
|
||||
| Name | Type | Description |
|
||||
| ------------------------- | ------- | ------------------------------------------------------------------------------------------------ |
|
||||
| `APACHE_CONFIG` | boolean | If set to true, generates an `.htaccess` Apache config file at the root of the output directory. |
|
||||
| `ENABLE_VIEW_TRANSITIONS` | boolean | If set to true, enables Astro's View Transitions API (i.e. Single-Page App mode). |
|
||||
|
||||
### Build and deploy to remote
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue