Skip to content

Commit e91e9c8

Browse files
committed
change build.format and move to index.astro pages
1 parent 73f4168 commit e91e9c8

File tree

11 files changed

+4
-1
lines changed

11 files changed

+4
-1
lines changed

astro.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ const runLinkCheck = process.env.RUN_LINK_CHECK || false;
6161
// https://astro.build/config
6262
export default defineConfig({
6363
site: "https://developers.cloudflare.com",
64+
build: {
65+
format: "preserve",
66+
},
6467
markdown: {
6568
smartypants: false,
6669
remarkPlugins: [remarkValidateImages],
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/pages/search.astro renamed to src/pages/search/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import StarlightPage, {
33
type StarlightPageProps,
44
} from "@astrojs/starlight/components/StarlightPage.astro";
5-
import InstantSearch from "../components/search/InstantSearch.tsx";
5+
import InstantSearch from "~/components/search/InstantSearch.tsx";
66
77
const props = {
88
frontmatter: {
File renamed without changes.

0 commit comments

Comments
 (0)