This commit is contained in:
chuanqisun 2021-04-12 07:12:19 +00:00
parent a63423921d
commit 342577ae4c
3 changed files with 5 additions and 4 deletions

BIN
assets/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -43,7 +43,7 @@
"description": "Rich Harris:\nThink of it as Next for Svelte. It’s a framework for building apps with Svelte, complete with server-side rendering, routing, code-splitting for JS and CSS, adapters for different serverless platforms and so on.\nGreat move. I find …\nThe post SvelteKit is in public beta appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.",
"link": "https://svelte.dev/blog/sveltekit-beta",
"publishedOn": "2021-04-07T15:02:30.000Z",
"wordCount": 838,
"wordCount": 837,
"sourceHref": "https://css-tricks.com/feed/",
"sourceTitle": "CSS-Tricks",
"title": "SvelteKit is in public beta"
@ -430,5 +430,5 @@
]
}
],
"cliVersion": "1.1.2"
"cliVersion": "1.1.4"
}

View file

@ -4,7 +4,8 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>osmosfeed</title>
<title>osmos::feed</title>
<link rel="shortcut icon" type="image/x-icon" href="assets/favicon.ico">
<link href="assets/styles.css" rel="stylesheet" />
</head>
<body>
@ -754,7 +755,7 @@ You can support CSS-Tricks by being an MVP Supporter.</p>
</section>
<small>
<time id="build-timestamp" datetime="2021-04-12T00:51:26.355Z">2021-04-12T00:51:26.355Z</time>
<time id="build-timestamp" datetime="2021-04-12T07:12:18.822Z">2021-04-12T07:12:18.822Z</time>
</small>
<script src="assets/index.js"></script>