Bad nextjs! Bad! Stop caching >:(
This commit is contained in:
parent
2bac7f434e
commit
8d03b11181
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
|
import { unstable_noStore as no_store } from 'next/cache';
|
||||||
|
|
||||||
import * as style from './page.css';
|
import * as style from './page.css';
|
||||||
|
|
||||||
export default function App() {
|
export default function App() {
|
||||||
|
no_store();
|
||||||
const supports_repointing = process.env.ENABLE_REPOINTING == 'true';
|
const supports_repointing = process.env.ENABLE_REPOINTING == 'true';
|
||||||
return (
|
return (
|
||||||
<div className={style.center}>
|
<div className={style.center}>
|
||||||
|
|
Loading…
Reference in a new issue