Skip to content

Commit 93af489

Browse files
authored
[Docs Site] Add hashes back into entrypoint filenames, disable hoisting. (#17429)
1 parent fc0d279 commit 93af489

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,
@@ -224,13 +225,4 @@ export default defineConfig({
224225
}),
225226
react(),
226227
],
227-
vite: {
228-
build: {
229-
rollupOptions: {
230-
output: {
231-
entryFileNames: "_astro/[name].js",
232-
},
233-
},
234-
},
235-
},
236228
});

0 commit comments

Comments
 (0)