Skip to content

Commit

Permalink
Build: (a1feba7) Add url matching - need to revisit this as I'm not s…
Browse files Browse the repository at this point in the history
…old on the way this works at current.
  • Loading branch information
Corofides committed Nov 1, 2023
1 parent d9127a8 commit cde2335
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 8 deletions.
6 changes: 3 additions & 3 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"files": {
"main.css": "/Shimmer/static/css/main.00b262eb.css",
"main.js": "/Shimmer/static/js/main.1f349d00.js",
"main.js": "/Shimmer/static/js/main.8cc5ce14.js",
"static/js/787.f3470a97.chunk.js": "/Shimmer/static/js/787.f3470a97.chunk.js",
"index.html": "/Shimmer/index.html",
"main.00b262eb.css.map": "/Shimmer/static/css/main.00b262eb.css.map",
"main.1f349d00.js.map": "/Shimmer/static/js/main.1f349d00.js.map",
"main.8cc5ce14.js.map": "/Shimmer/static/js/main.8cc5ce14.js.map",
"787.f3470a97.chunk.js.map": "/Shimmer/static/js/787.f3470a97.chunk.js.map"
},
"entrypoints": [
"static/css/main.00b262eb.css",
"static/js/main.1f349d00.js"
"static/js/main.8cc5ce14.js"
]
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/Shimmer/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Shimmer - A React based blogging platform developed by Corofides."/><link rel="apple-touch-icon" href="/Shimmer/logo192.png"/><link rel="manifest" href="/Shimmer/manifest.json"/><title>Shimmer</title><script defer="defer" src="/Shimmer/static/js/main.1f349d00.js"></script><link href="/Shimmer/static/css/main.00b262eb.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="/Shimmer/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Shimmer - A React based blogging platform developed by Corofides."/><link rel="apple-touch-icon" href="/Shimmer/logo192.png"/><link rel="manifest" href="/Shimmer/manifest.json"/><title>Shimmer</title><script defer="defer" src="/Shimmer/static/js/main.8cc5ce14.js"></script><link href="/Shimmer/static/css/main.00b262eb.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
13 changes: 13 additions & 0 deletions pages/pages.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[{
"location": "/",
"title": "Home",
"widgets": [
{"name": "Header", "children": ["Hello!"], "colSpan": 3},
Expand All @@ -22,4 +23,16 @@
{"name": "PostPreview", "children": [], "id": 3},
{"name": "Text", "children": ["This is my first CMS!"], "colSpan": 3}
]
}, {
"location": "/posts",
"title": "Posts",
"widgets": [
{"name": "Header", "children": ["Blog"], "colSpan": 3}
]
}, {
"location": "/posts/:id",
"title": "Post",
"widgets": [
{"name": "Header", "children": ["Blog Post"], "colSpan": 3, "_id": ""}
]
}]
3 changes: 0 additions & 3 deletions static/js/main.1f349d00.js

This file was deleted.

1 change: 0 additions & 1 deletion static/js/main.1f349d00.js.map

This file was deleted.

3 changes: 3 additions & 0 deletions static/js/main.8cc5ce14.js

Large diffs are not rendered by default.

File renamed without changes.
1 change: 1 addition & 0 deletions static/js/main.8cc5ce14.js.map

Large diffs are not rendered by default.

0 comments on commit cde2335

Please sign in to comment.