diff --git a/examples/base-path/.gitignore b/examples/base-path/.gitignore index 552a9728..a7cfab1c 100644 --- a/examples/base-path/.gitignore +++ b/examples/base-path/.gitignore @@ -1,7 +1,6 @@ node_modules/ elm-stuff/ dist/ -!dist/**/*.html .cache/ .elm-pages/ functions/render/elm-pages-cli.js diff --git a/examples/base-path/dist/base-path/index.html b/examples/base-path/dist/base-path/index.html new file mode 100644 index 00000000..7ca12b82 --- /dev/null +++ b/examples/base-path/dist/base-path/index.html @@ -0,0 +1,31 @@ + + + + + + + + + + + + + Page not found + + + + + + + + + + +
+
No route found for /base-path Did you mean to go to one of these routes:
+ + + \ No newline at end of file diff --git a/examples/base-path/dist/sub-page/index.html b/examples/base-path/dist/sub-page/index.html new file mode 100644 index 00000000..ccb98424 --- /dev/null +++ b/examples/base-path/dist/sub-page/index.html @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + +
+

Here is the Elm logo:

+ + + \ No newline at end of file