Skip to content

Commit 98a7ac6

Browse files
committed
[Docs Site] Add hashes back into entrypoint filenames, disable hoisting.
1 parent 9ae9a74 commit 98a7ac6

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

astro.config.ts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ export default defineConfig({
104104
experimental: {
105105
contentIntellisense: true,
106106
contentLayer: true,
107+
directRenderScript: true,
107108
},
108109
server: {
109110
port: 1111,
@@ -223,13 +224,4 @@ export default defineConfig({
223224
}),
224225
react(),
225226
],
226-
vite: {
227-
build: {
228-
rollupOptions: {
229-
output: {
230-
entryFileNames: "_astro/[name].js",
231-
},
232-
},
233-
},
234-
},
235227
});

0 commit comments

Comments
 (0)