Skip to content

Commit 1c909af

Browse files
committed
Remove unnecesary date variables in blog
1 parent 848363f commit 1c909af

3 files changed

+0
-3
lines changed

content/blog/2000-01-01-template.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
+++
22
title = "Template Post"
3-
date = 2024-06-01
43
template = "blog-post.html"
54
draft = true
65
+++

content/blog/2024-06-01-vite-vs-webpack-mf.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
+++
22
title = "Vite vs Webpack (MF)"
3-
date = 2024-06-01
43
template = "blog-post.html"
54
description = "Comparing Vite and Webpack for microfrontend development"
65
+++

content/blog/2024-06-15-develop-with-vite.md content/blog/2024-06-16-develop-with-vite.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
+++
22
title = "Develop with Vite"
3-
date = 2024-06-15
43
template = "blog-post.html"
54
description = "Development guide for launching a Vite project using the Module Federation plugin"
65
+++

0 commit comments

Comments
 (0)