Fix build/layout issues
This commit is contained in:
parent
4df0eb499e
commit
bfbb2ceeaa
@ -1,4 +0,0 @@
|
||||
<footer class="container py-3">
|
||||
<p>© 2020-2022 Quartznet</p>
|
||||
<p><a href="#">Back to top</a></p>
|
||||
</footer>
|
@ -2,7 +2,6 @@
|
||||
import Nav from '../components/Nav.svelte';
|
||||
import userManager from '../components/UserManager.svelte'
|
||||
import Modal from '../components/Modal.svelte'
|
||||
import Footer from '../components/Footer.svelte'
|
||||
|
||||
export let segment;
|
||||
</script>
|
||||
@ -28,4 +27,4 @@
|
||||
|
||||
<slot></slot>
|
||||
|
||||
<Footer/>
|
||||
<footer></footer>
|
||||
|
@ -9,7 +9,7 @@
|
||||
},
|
||||
{
|
||||
name: "Gitea",
|
||||
link: "https://quartznet.info/git",
|
||||
link: "https://git.quartznet.info",
|
||||
description: "Software development version control"
|
||||
}
|
||||
]
|
||||
|
@ -1,5 +1,4 @@
|
||||
import adapter from "@sveltejs/adapter-static";
|
||||
import preprocess from 'svelte-preprocess';
|
||||
import { vitePreprocess } from '@sveltejs/kit/vite';
|
||||
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
@ -15,7 +14,8 @@ const config = {
|
||||
assets: 'build',
|
||||
fallback: null,
|
||||
precompress: false,
|
||||
strict: true
|
||||
strict: true,
|
||||
trailingSlash: 'always'
|
||||
})
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user