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:
parent
b50cda0a6e
commit
d47152d864
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue