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

created public folder and moved index.html there; Hello11

parent 261c8270
No related branches found
No related tags found
No related merge requests found
Pipeline #389967 failed
...@@ -33,7 +33,7 @@ pages: ...@@ -33,7 +33,7 @@ pages:
- yarn build - yarn build
#- cp -a dist/. public/ #original #- cp -a dist/. public/ #original
#- echo '/* /index.html 200' > public/_redirects #original #- echo '/* /index.html 200' > public/_redirects #original
- mv dist public #Ensure the output directory is renamed to public #- mv dist public #Ensure the output directory is renamed to public
artifacts: artifacts:
paths: paths:
- public - public
......
File moved
...@@ -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 />
Hello10 Hello11
</div> </div>
</div> </div>
<div className="row"> <div className="row">
......
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