diff options
author | 2021-08-23 12:05:01 -0700 | |
---|---|---|
committer | 2021-08-23 12:05:01 -0700 | |
commit | c06da5dd7856f0db3f2c5302ccea89a18be20fe4 (patch) | |
tree | 2196ff7a60e445334d8df757388c973f79273f0f /docs/src/pages/foo | |
parent | 1185d8ffcb42301b09f745a173c8cdc7db3d752c (diff) | |
download | astro-c06da5dd7856f0db3f2c5302ccea89a18be20fe4.tar.gz astro-c06da5dd7856f0db3f2c5302ccea89a18be20fe4.tar.zst astro-c06da5dd7856f0db3f2c5302ccea89a18be20fe4.zip |
Add trailingSlash & pageDirectoryUrl config options (#1197)
Diffstat (limited to 'docs/src/pages/foo')
-rw-r--r-- | docs/src/pages/foo/index.astro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/src/pages/foo/index.astro b/docs/src/pages/foo/index.astro deleted file mode 100644 index 653debaa8..000000000 --- a/docs/src/pages/foo/index.astro +++ /dev/null @@ -1 +0,0 @@ -<h1>hello</h1>
\ No newline at end of file |