1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00

Add branded 404 page to replace Github Pages 404 (#798)

This commit is contained in:
Thomas Rittson
2021-01-25 06:23:18 +10:00
committed by GitHub
parent 6b29bb8468
commit a7b7c716d4
4 changed files with 91 additions and 0 deletions

View File

@@ -99,6 +99,8 @@ const plugins = [
{ from: './src/favicon.ico' },
{ from: './src/browserconfig.xml' },
{ from: './src/app-id.json' },
{ from: './src/404.html' },
{ from: './src/404.css' },
{ from: './src/images', to: 'images' },
{ from: './src/locales', to: 'locales' },
{ from: './src/scripts', to: 'scripts' },