Fix license link, add vercel config for clean URLs

This commit is contained in:
Vincent Dörig 2020-05-23 13:34:35 +02:00
parent 9e2453bd83
commit 0cc0218d6f
2 changed files with 7 additions and 2 deletions

View File

@ -5,9 +5,11 @@
## Getting Started
Add the following code in the head of your project.
```css
<link rel="stylesheet" href="https://latex.now.sh/style.css" />
```
Add any optional classnames to elements with special styles (author subtitle, abstract, lemmas, theorems, etc.). A list of supported class-based elements can be found [here](https://latex.now.sh/#cbe).
## Contributing
@ -24,4 +26,4 @@ The sample HTML5 markup on `\elements` is based on [html5-test-page](https://git
## License
This project is open source and available under the [MIT License](LISCENSE).
This project is open source and available under the [MIT License](LICENSE).

3
vercel.json Normal file
View File

@ -0,0 +1,3 @@
{
"cleanUrls": true
}