Skip to content
Snippets Groups Projects
Commit bdcf8d6f authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

deleted dist and public, reverted changes in yml file, reverted changes to vite.config.ts

parent 0c60a8f4
No related branches found
No related tags found
No related merge requests found
Pipeline #389938 passed
......@@ -31,7 +31,9 @@ pages:
- yarn install --frozen-lockfile
script:
- yarn build
- cp -a dist/. public/ #Ensure the output directory is renamed to public
- cp -a dist/. public/
- echo '/* /index.html 200' > public/_redirects
#- cp -a dist/. public/ #Ensure the output directory is renamed to public
artifacts:
paths:
- public
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="shortcut icon"
href="https://static.igem.wiki/common/icons/favicons/igem-2022.svg"
type="image/x-icon"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- <script type="text/javascript" defer src="./assets/js/mapscript.js" charset="utf-8">
</script> -->
<title>Bielefeld-CeBiTec - iGEM 2024</title>
<script type="module" crossorigin src="/bielefeld-cebitec/assets/index-BqNY3EV2.js"></script>
<link rel="stylesheet" crossorigin href="/bielefeld-cebitec/assets/index-CZpcf1pR.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
This diff is collapsed.
This diff is collapsed.
......@@ -8,10 +8,10 @@ export default () => {
return defineConfig({
base: `/${stringToSlug(env.VITE_TEAM_NAME)}/`,
plugins: [react()],
build: {
/* build: {
sourcemap: true, // Ensure source maps are enabled
outDir: 'dist', // Vite defaults to `dist`, make sure it's set correctly
},
}, */
});
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment