Skip to content

Commit e17192b

Browse files
committed
--wip--
1 parent bb49112 commit e17192b

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

frontend/layers/base/app/components/BaseColormode.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ const handleUpdate = () => {
88
</script>
99

1010
<template>
11+
<pre>
12+
{{ colorMode }}
13+
{{ cookie }}
14+
</pre>
1115
<BaseSwitch
1216
v-model="colorMode.preference"
1317
class="w-fit"

frontend/nuxt.config.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,13 @@ export default defineNuxtConfig({
7171
'resize-detector',
7272
],
7373
},
74+
routeRules: {
75+
'**': {
76+
headers: {
77+
'Cache-Control': 'no-store',
78+
},
79+
},
80+
},
7481
devServer: {
7582
host: 'local.beaconcha.in',
7683
https: {

0 commit comments

Comments
 (0)