diff --git a/examples/full/pages/starship/+Layout.vue b/examples/full/pages/starship/+Layout.vue
index 4340a30c..28828ed7 100644
--- a/examples/full/pages/starship/+Layout.vue
+++ b/examples/full/pages/starship/+Layout.vue
@@ -15,9 +15,9 @@
diff --git a/examples/full/pages/starship/+config.ts b/examples/full/pages/starship/+config.ts
new file mode 100644
index 00000000..a4d6d470
--- /dev/null
+++ b/examples/full/pages/starship/+config.ts
@@ -0,0 +1,6 @@
+import type { Config } from 'vike/types'
+
+export default {
+ // https://vike.dev/keepScrollPosition
+ keepScrollPosition: true,
+} satisfies Config