Skip to content

Commit

Permalink
Fix: css and logger
Browse files Browse the repository at this point in the history
Signed-off-by: Xun Li <[email protected]>
  • Loading branch information
lixun910 committed Oct 11, 2023
1 parent 4e957a4 commit 6540ffa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ node_modules/
.vscode/
package-lock.json
.DS_Store

reactgeoda/.yarn
reactgeoda/library/.yarn
reactgeoda/library/out
reactgeoda/webapp/.next
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<!-- Android Lolipop Theme Color -->
<meta name="theme-color" content="{{ page.color }}">

<link rel="stylesheet" href="{{ " /assets/css/main.css" | prepend: site.baseurl }}">
<link rel="stylesheet" href="{{ "/assets/css/main.css" | prepend: site.baseurl }}">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ " /feed.xml" | prepend:
site.baseurl | prepend: site.url }}" />
Expand Down
4 changes: 2 additions & 2 deletions assets/js/bundle.js

Large diffs are not rendered by default.

0 comments on commit 6540ffa

Please sign in to comment.