Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Holt committed Apr 9, 2024
1 parent 98f7cc5 commit 83a72d4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions course.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
{
"author": {
"name": "Brian Holt",
"company": "Stripe"
"company": "SQLite Cloud"
},
"title": "Next.js Course Starter Kit",
"subtitle": "for Frontend Masters",
"frontendMastersLink": "https://frontendmasters.com/courses/complete-react-v6/",
"title": "Complete Intro to Containers",
"subtitle": "v2",
"frontendMastersLink": "https://frontendmasters.com/courses/complete-intro-containers-v2/",
"social": {
"linkedin": "btholt",
"github": "btholt",
"twitter": "holtbt"
},
"description": "A starter kit for making really amazing courses, optimized for Frontend Masters",
"keywords": ["your", "Google", "keywords", "here"],
"productionBaseUrl": "/next-course-starter",
"keywords": ["linux", "containers", "javascript", "node", "brian holt", "frontend masters", "docker", "nodejs", "kubernetes", "k8s", "cloud", "aws", "gcp", "azure", "sql", "sqlite"],
"csvPath": "./out/lessons.csv"
}
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const course = JSON.parse(buffer);
const BASE_URL = course?.productionBaseUrl || "";

const config = {
output: "export",
basePath: BASE_URL,
env: {
BASE_URL,
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"scripts": {
"dev": "next dev",
"build": "next build && npm run csv",
"export": "next build && next export && npm run csv",
"start": "next start",
"csv": "node csv/index.js",
"seo": "node summary/index.js"
Expand Down

0 comments on commit 83a72d4

Please sign in to comment.