Skip to content

Instantly share code, notes, and snippets.

View ccollie's full-sized avatar

Clayton Collie ccollie

  • Guanima Tech
  • Planet Earth
View GitHub Profile
@ccollie
ccollie / +layout.svelte
Last active April 27, 2024 15:09
Evidence: Work around for reports not rooted at "/"
<script>
import '@evidence-dev/tailwind/fonts.css';
import '../app.css';
import { EvidenceDefaultLayout } from '@evidence-dev/core-components';
export let data;
</script>
<svelte:head>
<script>
// CHANGE ME
const __REPORT_ROOT__ = `/report-viewer`;