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

tried to fix root: 'public',

  build: {
    outDir: '../dist'
  } ; Hello14
parent 0a79c6d6
No related branches found
No related tags found
No related merge requests found
Pipeline #389975 failed
...@@ -8,7 +8,7 @@ export function Home() { ...@@ -8,7 +8,7 @@ export function Home() {
<div className="col"> <div className="col">
<h2>Wiki under construction!</h2> <h2>Wiki under construction!</h2>
<hr /> <hr />
Hello13 Hello14
</div> </div>
</div> </div>
<div className="row"> <div className="row">
......
...@@ -12,6 +12,10 @@ export default () => { ...@@ -12,6 +12,10 @@ export default () => {
sourcemap: true, // Ensure source maps are enabled sourcemap: true, // Ensure source maps are enabled
outDir: 'dist', // Vite defaults to `dist`, make sure it's set correctly outDir: 'dist', // Vite defaults to `dist`, make sure it's set correctly
}, */ }, */
root: 'public',
build: {
outDir: '../dist'
}
}); });
}; };
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