docs: prerender for gh pages

This commit is contained in:
Eric Liu 2020-10-03 08:46:13 -07:00
commit f0b270b9bc
6 changed files with 13 additions and 11 deletions

View file

@ -1,6 +1,8 @@
<script>
import { Router } from "@sveltech/routify";
import { Router, basepath } from "@sveltech/routify";
import { routes } from "../.routify/routes";
$basepath = "/carbon-components-svelte";
</script>
<style lang="scss" global>