Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 2ae4540

Browse files
committed
chore: fix hello-world-spa example config
1 parent dd03c9a commit 2ae4540

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/hello-world-spa/aleph.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import css from '../../plugins/css.ts'
22
import type { Config } from '../../types.ts'
33

44
export default (): Config => ({
5+
ssr: false,
56
plugins: [
67
css({
78
postcss: { plugins: ['autoprefixer'] }

0 commit comments

Comments
 (0)