aboutsummaryrefslogtreecommitdiffstats
path: root/src/404.11tydata.js
blob: 54720b57c7b1fa5e0bc7a0b1ea3708226fb83363 (plain) (blame)
1
2
3
4
5
6
7
8
export default function() {
	return {
		layout: "base",
		title: "File Not Found",
		permalink: "404.html",
		eleventyExcludeFromCollections: true
	}
}