mirror of https://github.com/vuejs/vitepress
feat(build): provide a `pathname://` protocol to escape SPA (#1719)
parent
a5e408fd3b
commit
ae21a3a622
@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Plain HTML page | VitePress</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="robots" content="noindex, nofollow" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Not part of the main VitePress docs site</h1>
|
||||
<div>This page is plain HTML in the <code>public</code> directory.</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in new issue