Skip to content

Commit

Permalink
Change config
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisseurin committed Jul 23, 2024
1 parent ab26ed5 commit 7435577
Show file tree
Hide file tree
Showing 5 changed files with 4,538 additions and 1,465 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install dependencies
run: npm install
run: npm ci

- name: Run linter
run: npm run lint
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/placeholder1.png" />
<link rel="icon" type="image/svg+xml" href="./src/assets/placeholder1.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<title>Public Transport Map</title>
Expand Down
Loading

0 comments on commit 7435577

Please sign in to comment.