mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-08 15:42:56 -04:00
12 lines
248 B
Plaintext
12 lines
248 B
Plaintext
---
|
|
import { Udels } from '../../components/Udels/Udels.jsx';
|
|
|
|
|
|
const { BASE_URL } = import.meta.env;
|
|
const baseNoTrailing = BASE_URL.endsWith('/') ? BASE_URL.slice(0, -1) : BASE_URL;
|
|
---
|
|
|
|
|
|
<body class="m-0">
|
|
<Udels client:only="react" />
|
|
</body> |