Skip to content

Commit

Permalink
fix path reactjs
Browse files Browse the repository at this point in the history
  • Loading branch information
gigamaster committed Oct 28, 2024
1 parent d6335a2 commit e622f32
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 8 deletions.
14 changes: 7 additions & 7 deletions app/tools/notes/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"files": {
"main.css": "/codemo/tools/notes/static/css/main.516d29e3.css",
"main.js": "/codemo/tools/notes/static/js/main.0af699a4.js",
"static/media/error404.png": "/codemo/tools/notes/static/media/error404.9884765d176951ea97fa.png",
"static/media/nomadenotes.png": "/codemo/tools/notes/static/media/nomadenotes.9884765d176951ea97fa.png",
"index.html": "/codemo/tools/notes/index.html",
"main.516d29e3.css.map": "/codemo/tools/notes/static/css/main.516d29e3.css.map",
"main.0af699a4.js.map": "/codemo/tools/notes/static/js/main.0af699a4.js.map"
"main.css": "https://gigamaster.github.io/codemo/tools/notes/static/css/main.516d29e3.css",
"main.js": "https://gigamaster.github.io/codemo/tools/notes/static/js/main.0af699a4.js",
"static/media/error404.png": "https://gigamaster.github.io/codemo/tools/notes/static/media/error404.9884765d176951ea97fa.png",
"static/media/nomadenotes.png": "https://gigamaster.github.io/codemo/tools/notes/static/media/nomadenotes.9884765d176951ea97fa.png",
"index.html": "https://gigamaster.github.io/codemo/tools/notes/index.html",
"main.516d29e3.css.map": "https://gigamaster.github.io/codemo/tools/notes/static/css/main.516d29e3.css.map",
"main.0af699a4.js.map": "https://gigamaster.github.io/codemo/tools/notes/static/js/main.0af699a4.js.map"
},
"entrypoints": [
"static/css/main.516d29e3.css",
Expand Down
23 changes: 22 additions & 1 deletion app/tools/notes/index.html
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/codemo/tools/notes/favicon/favicon-32x32.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Codemo Digital Nomad Notes to easily create and organize your locally stored notes."/><base href="/codemo/tools/notes/"><link rel="manifest" href="/codemo/tools/notes/manifest.json"/><title>Codemo Digital Nomad Notes</title><script defer="defer" src="/codemo/tools/notes/static/js/main.0af699a4.js"></script><link href="/codemo/tools/notes/static/css/main.516d29e3.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html>
<html lang="en">

<head>
<meta charset="utf-8" />
<link rel="icon" href="https://gigamaster.github.io/codemo/tools/notes/favicon/favicon-32x32.png" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description"
content="Codemo Digital Nomad Notes to easily create and organize your locally stored notes." />
<base href="https://gigamaster.github.io/codemo/tools/notes/">
<link rel="manifest" href="https://gigamaster.github.io/codemo/tools/notes/manifest.json" />
<title>Codemo Digital Nomad Notes</title>
<script defer="defer" src="https://gigamaster.github.io/codemo/tools/notes/static/js/main.0af699a4.js"></script>
<link href="https://gigamaster.github.io/codemo/tools/notes/static/css/main.516d29e3.css" rel="stylesheet">
</head>

<body><noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>

</html>

0 comments on commit e622f32

Please sign in to comment.