Skip to content

Commit

Permalink
chore/stuff.txts (#291)
Browse files Browse the repository at this point in the history
* fix: 404 layout

* feat: robots and security.txt

* chore: codegen

* chore: update playwright
  • Loading branch information
geisterfurz007 authored Mar 2, 2024
1 parent 7311b7f commit c30c952
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose.e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ services:
- "typesense-data:/data"

playwright:
image: mcr.microsoft.com/playwright:v1.41.1-focal
image: mcr.microsoft.com/playwright:v1.42.1-focal
entrypoint: "/bin/bash"
command: "./wait-for-it.sh -t 30 --strict server:5000 -- ./install-and-run.sh"
working_dir: /e2e
Expand Down
3 changes: 3 additions & 0 deletions packages/web/public/.well-known/security.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Contact: mailto:[email protected]
Expires: 2024-07-13T10:00:00.000Z
Preferred-Languages: en, de
4 changes: 4 additions & 0 deletions packages/web/public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
User-agent: *
Allow: /
Disallow: /legal
Disallow: /auth
3 changes: 3 additions & 0 deletions packages/web/public/security.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Contact: mailto:[email protected]
Expires: 2024-07-13T10:00:00.000Z
Preferred-Languages: en, de
6 changes: 3 additions & 3 deletions packages/web/src/__generated__/graphql.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/web/src/ui/misc/wip/wip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const Wip: FC = () => (
/>
</div>
<Heading frontText='Work in progress' />
<div className='flex max-w-6xl flex-col items-start gap-8 text-left md:items-center md:text-center'>
<div className='mx-auto flex max-w-6xl flex-col items-start gap-8 text-left md:items-center md:text-center'>
<p>Hey! We are happy to have you around :)</p>
<p>
Please note that this page is under heavy construction so new features
Expand Down

0 comments on commit c30c952

Please sign in to comment.