You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -695,7 +696,7 @@ Set up your avatar (you can generate it with AI) and public name in user setting
695
696
696
697

697
698
698
-
## Step 5: Create Nuxt project
699
+
## Step 6: Create Nuxt project
699
700
700
701
Now let's initialize our seo-facing frontend.
701
702
In the root directory of your admin app (`ai-blog`) and create a new folder `seo` and run:
@@ -956,7 +957,7 @@ Open `http://localhost:3500` in your browser and you will see your blog with pos
956
957
957
958
Go to `http://localhost:3500/admin` to add new posts.
958
959
959
-
## Step 6: Deploy
960
+
## Step 7: Deploy
960
961
961
962
We will use Docker to make it easy to deploy with many ways. We will wrap both Node.js adminforth app and Nuxt.js app into single container for simplicity using supervisor. However you can split them into two containers and deploy them separately e.g. using docker compose.
0 commit comments