forked from cms/tibi-svelte-starter
browsersync
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// @ts-check
|
||||
// import * as sentry from "./sentry"
|
||||
import * as sentry from "./sentry"
|
||||
|
||||
export const title = "__PROJECT_TITLE__"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user