Skip to content

Commit

Permalink
test to see if it is the path prefix that is blocking the rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
3design committed Oct 16, 2024
1 parent 0f06c95 commit 137c5a4
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "npm-run-all -s build:*",
"dev:11ty": "eleventy --serve",
"dev:css": "tailwindcss -i src/assets/css/tailwind.css -o dist/css/styles.css --watch",
"build:11ty": "eleventy --pathprefix '/gbc_website/'",
"build:11ty": "eleventy --pathprefix ''",
"build:css": "tailwindcss -i src/assets/css/tailwind.css -o dist/css/styles.css"
},
"keywords": [],
Expand Down
28 changes: 28 additions & 0 deletions package.json.old
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "ihc-website-development",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npm-run-all -p dev:*",
"build": "npm-run-all -s build:*",
"dev:11ty": "eleventy --serve",
"dev:css": "tailwindcss -i src/assets/css/tailwind.css -o dist/css/styles.css --watch",
"build:11ty": "eleventy --pathprefix '/gbc_website/'",
"build:css": "tailwindcss -i src/assets/css/tailwind.css -o dist/css/styles.css"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-fetch": "^4.0.0",
"@11ty/eleventy-navigation": "^0.3.5",
"npm-run-all": "^4.1.5",
"tailwindcss": "^3.3.5"
},
"dependencies": {
"alpinejs": "^3.13.2",
"papaparse": "^5.4.1"
}
}

0 comments on commit 137c5a4

Please sign in to comment.