SSG setup
This commit is contained in:
parent
773645f5be
commit
8457f32dd5
8 changed files with 26 additions and 15 deletions
1
src/routes/+layout.js
Normal file
1
src/routes/+layout.js
Normal file
|
@ -0,0 +1 @@
|
|||
export const prerender = true;
|
|
@ -1,10 +1,3 @@
|
|||
<!-- Theme load -->
|
||||
<svelte:head>
|
||||
<script>
|
||||
</script>
|
||||
|
||||
</svelte:head>
|
||||
|
||||
<div class="main-title">
|
||||
<h1>The Deprived Devs</h1>
|
||||
</div>
|
||||
|
|
1
src/routes/about/+page.svelte
Normal file
1
src/routes/about/+page.svelte
Normal file
|
@ -0,0 +1 @@
|
|||
<p>This is an informative about page :) </p>
|
1
src/routes/post/+page.server.js
Normal file
1
src/routes/post/+page.server.js
Normal file
|
@ -0,0 +1 @@
|
|||
|
0
src/routes/post/+page.svelte
Normal file
0
src/routes/post/+page.svelte
Normal file
Loading…
Add table
Add a link
Reference in a new issue