Skip to content

Commit a743f7b

Browse files
committed
feat(404): Add a 404 page
1 parent 6f1e73e commit a743f7b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nuxt.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ export default {
22
// Target: https://go.nuxtjs.dev/config-target
33
target: 'static',
44

5+
generate: {
6+
fallback: '404.html'
7+
}
8+
59
// Global page headers: https://go.nuxtjs.dev/config-head
610
head: {
711
titleTemplate: '%s - Floccus bookmarks sync',

0 commit comments

Comments
 (0)