Compare commits
No commits in common. "7b1d4623b5f3e4d62ae2d2b9b4f1b0a2042215a4" and "4187d3f5d9b8b396e40f30916ed39c00e676e420" have entirely different histories.
7b1d4623b5
...
4187d3f5d9
|
@ -9,7 +9,7 @@
|
|||
"@types/bun": "^1.1.9"
|
||||
},
|
||||
"dependencies": {
|
||||
"@11ty/eleventy": "^3.0.0-beta.2",
|
||||
"@11ty/eleventy": "^3.0.0-alpha.20",
|
||||
"@11ty/eleventy-fetch": "^4.0.1",
|
||||
"@11ty/eleventy-navigation": "^0.3.5",
|
||||
"@11ty/eleventy-plugin-rss": "^2.0.2",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
permalink: .htaccess
|
||||
eleventyExcludeFromCollections: true
|
||||
eleventyAllowMissingExtension: true
|
||||
---
|
||||
ErrorDocument 404 /404.html
|
||||
|
||||
|
|
Loading…
Reference in New Issue