Switch hosting to Vercel (#1113)

* Fix URLs to work when `baseURL` is in a sub-directory

* Use `RelPermalink` to not have assets loaded from `baseUrl`

* Add `.vercel` to gitignore

* Remove deploy Github Action, we are now using Vercel
This commit is contained in:
Renaud Chaput 2022-12-21 06:26:37 +01:00 committed by GitHub
parent ffbe66a389
commit d356c6caac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
54 changed files with 267 additions and 290 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@ public/
static/.sass-cache
resources/
.hugo_build.lock
.vercel