Skip to content

Commit

Permalink
Le bon nom de dossier
Browse files Browse the repository at this point in the history
  • Loading branch information
laem committed Jan 8, 2025
1 parent 1cb7276 commit e4b2d65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ source/data
.vercel
.aider*

.placeMapDir/*
!.placeMapDir/.gitkeep
.placeMapImages/*
!.placeMapImages/.gitkeep

cache.sqlite*
File renamed without changes.
2 changes: 1 addition & 1 deletion app/placeMap/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const path = require('path')
// TODO use local style to avoid a download every time
// const style = franceStyle(true)

const placeMapDir = './placeMapImages/'
const placeMapDir = '.placeMapImages/'

export async function GET(request) {
const requestUrl = new URL(request.url),
Expand Down

0 comments on commit e4b2d65

Please sign in to comment.