Skip to content

Commit

Permalink
Build Project
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Hoffmann committed Apr 24, 2024
1 parent 9bb502c commit ab6abeb
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: './frontend/**'
path: './frontend/build'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion frontend/build/_app/immutable/entry/start.17S7J8hf.js

This file was deleted.

1 change: 1 addition & 0 deletions frontend/build/_app/immutable/entry/start.Zo0zp_ia.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{a as t}from"../chunks/entry.MR03NTvW.js";export{t as start};

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/build/_app/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"1706615741236"}
{"version":"1713953181472"}
12 changes: 6 additions & 6 deletions frontend/build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@

<meta name="viewport" content="width=device-width" />

<link rel="modulepreload" href="/_app/immutable/entry/start.17S7J8hf.js">
<link rel="modulepreload" href="/_app/immutable/chunks/entry.6wUPtaLN.js">
<link rel="modulepreload" href="/_app/immutable/entry/start.Zo0zp_ia.js">
<link rel="modulepreload" href="/_app/immutable/chunks/entry.MR03NTvW.js">
<link rel="modulepreload" href="/_app/immutable/chunks/scheduler.9s6dSsEf.js">
<link rel="modulepreload" href="/_app/immutable/chunks/index.8HPeuqKB.js">
<link rel="modulepreload" href="/_app/immutable/entry/app.QPJRbBOr.js">
<link rel="modulepreload" href="/_app/immutable/entry/app.uv3jta5I.js">
<link rel="modulepreload" href="/_app/immutable/chunks/index.ndfJCqI9.js">
</head>
<body data-sveltekit-preload-data="hover" class="bg-white dark:bg-slate-900">
<div style="display: contents">
<script>
{
__sveltekit_hmyzhu = {
__sveltekit_ybeok7 = {
base: ""
};

const element = document.currentScript.parentElement;

Promise.all([
import("/_app/immutable/entry/start.17S7J8hf.js"),
import("/_app/immutable/entry/app.QPJRbBOr.js")
import("/_app/immutable/entry/start.Zo0zp_ia.js"),
import("/_app/immutable/entry/app.uv3jta5I.js")
]).then(([kit, app]) => {
kit.start(app, element);
});
Expand Down
3 changes: 0 additions & 3 deletions frontend/svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ const config = {
}),
alias: {
'src/*': './src',
},
paths: {
base: "/Ukalus-Site"
}
},
preprocess:[ vitePreprocess({})],
Expand Down

0 comments on commit ab6abeb

Please sign in to comment.