Skip to content

Commit

Permalink
update about page + ressource page
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucaterre committed May 22, 2024
1 parent bab8938 commit 399a940
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/views/AboutView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</ul>
<br>
<h2>Ont participé au projet e-NDP</h2>
<p>Isabelle Bretthauer, Pierre Brochard, Olivier Canteaut, Julie Claustre, Émilie Cottereau-Gabillet, Fabrice Delivré, Mathilde Denglos, Vincent Jolivet, Véronique Julerot, Thierry Kouamé, Élisabeth Lusset, Anne Massoni, Sébastien Nadiras, Nicolas Perreaux, Hugo Regazzi, Darwin Smith, Lucas Terriel, Sergio Torres Aguilar, Mathilde Treglia</p>
<p>Isabelle Bretthauer, Pierre Brochard, Olivier Canteaut, Julie Claustre, Émilie Cottereau-Gabillet, Fabrice Delivré, Mathilde Denglos, Vincent Jolivet, Véronique Julerot, Thierry Kouamé, Élisabeth Lusset, Anne Massoni, Sébastien Nadiras, Nicolas Perreaux, Hugo Regazzi, Darwin Smith, Lucas Terriel, Sergio Torres Aguilar, Mathilde Treglia.</p>
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ module.exports = {
devServer: {
port: 9091,
},
publicPath: process.env.NODE_ENV === 'production' ? "/endp" : "/"
//publicPath: process.env.NODE_ENV === 'production' ? "/" : "/"
// publicPath: process.env.NODE_ENV === 'production' ? "/endp" : "/"
publicPath: process.env.NODE_ENV === 'production' ? "/" : "/"
}

0 comments on commit 399a940

Please sign in to comment.