-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Built & fixed the projectDescription
- Loading branch information
1 parent
37eb980
commit 26b15a2
Showing
19 changed files
with
30 additions
and
56 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -596,6 +596,5 @@ function load({ params }) { | |
export { | ||
load, | ||
prerender, | ||
projectDescription, | ||
trailingSlash | ||
}; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
|
||
|
||
export const index = 0; | ||
export const imports = []; | ||
let component_cache; | ||
export const component = async () => component_cache ??= (await import('../entries/fallbacks/layout.svelte.js')).default; | ||
export const imports = ["_app/immutable/nodes/0.DJy4YAZu.js","_app/immutable/chunks/disclose-version.yRUqBdr1.js","_app/immutable/chunks/runtime.CPZqnB3O.js"]; | ||
export const stylesheets = []; | ||
export const fonts = []; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
|
||
|
||
export const index = 1; | ||
export const imports = []; | ||
let component_cache; | ||
export const component = async () => component_cache ??= (await import('../entries/fallbacks/error.svelte.js')).default; | ||
export const imports = ["_app/immutable/nodes/1.BNoRKsxM.js","_app/immutable/chunks/disclose-version.yRUqBdr1.js","_app/immutable/chunks/runtime.CPZqnB3O.js","_app/immutable/chunks/legacy.BNj3VDte.js","_app/immutable/chunks/render.ClV9nQy9.js","_app/immutable/chunks/entry.TdA_5Tr3.js","_app/immutable/chunks/index-client.CgKQl7V3.js"]; | ||
export const stylesheets = []; | ||
export const fonts = []; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
import * as server from '../entries/pages/_page.server.js'; | ||
|
||
export const index = 2; | ||
let component_cache; | ||
export const component = async () => component_cache ??= (await import('../entries/pages/_page.svelte.js')).default; | ||
export { server }; | ||
export const server_id = "src/routes/+page.server.js"; | ||
export const imports = []; | ||
export const stylesheets = []; | ||
export const imports = ["_app/immutable/nodes/2.gvIGDbq8.js","_app/immutable/chunks/preload-helper.BKSAkrqI.js","_app/immutable/chunks/runtime.CPZqnB3O.js","_app/immutable/chunks/disclose-version.yRUqBdr1.js","_app/immutable/chunks/legacy.BNj3VDte.js","_app/immutable/chunks/render.ClV9nQy9.js","_app/immutable/chunks/index-client.CgKQl7V3.js"]; | ||
export const stylesheets = ["_app/immutable/assets/2.CxWfCAvi.css"]; | ||
export const fonts = []; |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.