diff --git a/content/post/2024-09-21-blog-move-to-hugo-cf-pages/index.en.md b/content/post/2024-09-21-blog-move-to-hugo-cf-pages/index.en.md index 1b9e6ec..d00527c 100644 --- a/content/post/2024-09-21-blog-move-to-hugo-cf-pages/index.en.md +++ b/content/post/2024-09-21-blog-move-to-hugo-cf-pages/index.en.md @@ -87,7 +87,7 @@ Locally index all files created for the first commit, create it, add the previou git add * git commit -m "Initial Setup" git branch -M main -git remote add origin +git remote add origin git push -u origin main ```