feat(frontend): add static page support at /page/[name], add tos + privacy link to login
This commit is contained in:
parent
17cc57a31d
commit
78d6a817ed
4 changed files with 51 additions and 2 deletions
3
frontend/static_pages/.empty
Normal file
3
frontend/static_pages/.empty
Normal file
|
@ -0,0 +1,3 @@
|
|||
Put any static pages here, in markdown format.
|
||||
|
||||
The frontend requires `tos.md` and `privacy.md`, but you can add others if you wish.
|
1
frontend/static_pages/.gitignore
vendored
Normal file
1
frontend/static_pages/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
*.md
|
Loading…
Add table
Add a link
Reference in a new issue