Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 79f0ca0

Browse files
committed
Fix post 🚀
1 parent 4feb54b commit 79f0ca0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_drafts/2020-08-10-webpack-workbox-service-worker-typescript.md renamed to _drafts/2020-07-10-webpack-workbox-service-worker-typescript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: "Create a service worker with Workbox, Webpack and TypeScript"
44
description: "Recently I migrated my website to Webpack and TypeScript. I decided also to give a try to Workbox, a set of Google libraries to improve the creation of a Progressive Web App. Let's see how easy it is to create a PWA with this tools."
5-
date: 2020-08-10
5+
date: 2020-07-10
66
image: /assets/images/posts/xxx
77
tags: [web development, javascript, pwa]
88
comments: true
@@ -16,4 +16,4 @@ authors: [fabrizio_duroni]
1616

1717
---
1818

19-
I already talked extensively in some previous post about [what a progressive web app is](https://www.fabrizioduroni.it/2019/03/03/github-pages-progressive-web-app.html "pwa") and how it can improve the user experience of your website.
19+
I already talked extensively in some previous post about [what a progressive web app is](https://www.fabrizioduroni.it/2019/03/03/github-pages-progressive-web-app.html "pwa") and how it can improve the user experience of your website.

_drafts/2020-07-08-expose-uikit-to-swiftui.md renamed to _drafts/2020-08-08-expose-uikit-to-swiftui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: "Use UIKit components in SwiftUI: UIViewControllerRepresentable and UIViewRepresentable"
44
description: "Do you know that it is possible to use UKit components in SwiftUI? Let's see how you can use UIViewRepresentable and UIViewControllerRepresentable to use your UIKit based component or to fill the gap for missing SwiftUI API."
5-
date: 2020-07-08
5+
date: 2020-08-08
66
image: /assets/images/posts/use-uikit-in-swiftui.jpg
77
tags: [swift, ios, apple, mobile application development]
88
comments: true

0 commit comments

Comments
 (0)