Skip to content

Commit

Permalink
Merge pull request #3266 from anand1564/fix-3255-backup
Browse files Browse the repository at this point in the history
Issue number: 3255
  • Loading branch information
raclim authored Nov 6, 2024
2 parents d292cd1 + a6caaa7 commit 9ff3624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/views/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function renderIndex() {
<meta name="description" content="A web editor for p5.js, a JavaScript library with the goal of making coding accessible to artists, designers, educators, and beginners." />
<title>p5.js Web Editor</title>
${process.env.NODE_ENV === 'production' ? `<link rel='stylesheet' href='${assetsManifest['/app.css']}' />` : ''}
<link href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link rel='shortcut icon' href='/favicon.ico' type='image/x-icon' / >
<script>
Expand Down

0 comments on commit 9ff3624

Please sign in to comment.