browsersync

This commit is contained in:
2021-09-14 13:26:35 +02:00
parent 95c2950193
commit 786fd12f34
6 changed files with 774 additions and 31 deletions

View File

@@ -1,5 +1,5 @@
<script lang="typescript">
// import { Router, Route, links } from "svelte-routing"
import { Router, Route, links } from "svelte-routing"
import { scrollToTop } from "svelte-scrollto"
import { location } from "../store"
import Content from "./routes/Content.svelte"
@@ -34,9 +34,7 @@
<h1>__PROJECT_TITLE__</h1>
<Content path="test" />
<!-- <div use:links>
<div use:links>
<a href="/test1">1</a>
<a href="/test2">2</a>
<a href="/test3">3</a>
@@ -46,4 +44,4 @@
<Content path="/{params.path}" />
</Route>
</Router>
</div> -->
</div>