Skip to content

Commit

Permalink
Ajoute les pages manquantes en symlink
Browse files Browse the repository at this point in the history
co-authored-by: DavidBruant <[email protected]>
co-authored-by: Booteille <[email protected]>
  • Loading branch information
3 people committed Feb 16, 2023
1 parent bc8a900 commit b8a10bd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,8 @@ page("/atelier-page", ({ querystring }) => {
}
});

page.base(location.pathname)
// Removing trailling '/'
page.base(location.pathname.slice(0,-1))
page.start();

if (store.state.accessToken) {
Expand Down
1 change: 1 addition & 0 deletions atelier-list-pages.html
1 change: 1 addition & 0 deletions atelier-page.html
1 change: 1 addition & 0 deletions create-project.html
1 change: 1 addition & 0 deletions login.html

0 comments on commit b8a10bd

Please sign in to comment.