seo: attempt at avoiding a "soft 404" with there being thin content on dotcom (#2737)

### Change Type

- [x] `patch` — Bug fix

### Release Notes

- Add a "Loading..." text to help SEO.
This commit is contained in:
Mime Čuvalo 2024-02-06 11:38:59 +00:00 committed by GitHub
parent b50cda0a6e
commit d47152d864
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,7 +42,7 @@
</head>
<body>
<div id="root" class="site-wrapper"></div>
<div id="root" class="site-wrapper">Loading tldraw…</div>
<script type="module" src="./src/main.tsx"></script>
</body>