Skip to content

Commit

Permalink
Revising last modification dates for each route
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymarianne committed Feb 26, 2023
1 parent 93a2ca1 commit d975691
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,8 @@ const config: NuxtConfig = {
},
...days()
.map((d: string) => {
const day = new Date(d)
const day = new Date(d.replace('/', ''))
day.setTime(day.getTime() - (60 * 60 * 1000))

return {
url: d,
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "revue-de-presse",
"version": "2.7.0",
"version": "2.7.1",
"license": "GPL-3.0-or-later",
"funding": [
{
Expand Down

0 comments on commit d975691

Please sign in to comment.