Compare commits
2 Commits
4187d3f5d9
...
7b1d4623b5
Author | SHA1 | Date |
---|---|---|
Helen Chong | 7b1d4623b5 | |
Helen Chong | 4085c79a96 |
|
@ -9,7 +9,7 @@
|
|||
"@types/bun": "^1.1.9"
|
||||
},
|
||||
"dependencies": {
|
||||
"@11ty/eleventy": "^3.0.0-alpha.20",
|
||||
"@11ty/eleventy": "^3.0.0-beta.2",
|
||||
"@11ty/eleventy-fetch": "^4.0.1",
|
||||
"@11ty/eleventy-navigation": "^0.3.5",
|
||||
"@11ty/eleventy-plugin-rss": "^2.0.2",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
permalink: .htaccess
|
||||
eleventyExcludeFromCollections: true
|
||||
eleventyAllowMissingExtension: true
|
||||
---
|
||||
ErrorDocument 404 /404.html
|
||||
|
||||
|
|
Loading…
Reference in New Issue