Skip to content

Commit 729264a

Browse files
Add 404 to improve user experience (#387)
* Add 404 to improve user experience when they load an extension from the wrong spot * newline at eof * .
1 parent 2018324 commit 729264a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ npm-debug.log
77

88
# Ignore webpack generated files
99
dist/
10+
11+
.DS_Store

404.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
No content was found at this location.<br/>
2+
If you are trying a sandbox sample, you need to use the sandbox server.<br/>
3+
<br/>
4+
npm run start-sandbox<br/>
5+
<br/>
6+
See the readme for more information.

0 commit comments

Comments
 (0)