Skip to content

Commit

Permalink
Add launch.json configuration for Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Agarwal committed Jan 17, 2024
1 parent 4ff6d06 commit 523be8f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Chrome",
"type": "chrome",
"request": "launch",
"url": "http://localhost:3000",
"webRoot": "${workspaceRoot}/src"
}
]
}
File renamed without changes.
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ body {

@font-face {
font-family: 'PPEditorial';
src: url('./fonts/PPEditorialNew-Regular.otf') format('opentype');
src: url('../public/fonts/PPEditorialNew-Regular.otf') format('opentype');
}

code {
Expand Down

0 comments on commit 523be8f

Please sign in to comment.