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

not; changed to public; Hello22

parent 3a408e68
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,8 @@ For up-to-date requirements, resources, help and guidance, visit [competition.ig
The static assets are in the `static` directory. The layout and templates are in the `wiki` directory, and the pages live in the `wiki > pages` directory. Unless you are an experienced and/or adventurous human, you probably shouldn't change other files.
├── README.md -> The file you are currently reading
├── index.html -> Single HTML file for the wiki
├── public
| ├── index.html -> Single HTML file for the wiki
├── package.json -> Manages project metadata and dependencies
├── src/
│ ├── components/ -> Components (Like Navbar, Timelines, ...)
......
......@@ -8,7 +8,7 @@ export function Home() {
<div className="col">
<h2>Wiki under construction!</h2>
<hr />
Hello21
Hello22
</div>
</div>
<div className="row">
......
......@@ -12,9 +12,9 @@ export default () => {
sourcemap: true, // Ensure source maps are enabled
outDir: 'dist', // Vite defaults to `dist`, make sure it's set correctly
}, */
root: 'public',
/* root: 'public', */
build: {
outDir: '../dist'
outDir: "public"
}
});
......
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