alpha
Login
or
Join now
danielroe.dev
/
roe.dev
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/danielroe/roe.dev. This is the code and content for my personal website, built in Nuxt.
roe.dev
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix: enable swr for blog pages
author
Daniel Roe
date
1 month ago
(Jun 9, 2026, 10:27 PM +0100)
commit
7799067b
7799067b16af0f4921fcf1b51deb80752c9d4e26
parent
efb4124e
efb4124eb23563f463fac61f60ea2690f5daa3cc
+1
1 changed file
Expand all
Collapse all
Unified
Split
nuxt.config.ts
+1
nuxt.config.ts
View file
Reviewed
···
163
163
[path + '.md', { swr: 60 * 60 }],
164
164
])),
165
165
'/admin/**': { prerender: false },
166
166
+
'/blog/**': { swr: 60 * 60 },
166
167
// api routes
167
168
'/api/admin/**': { prerender: false },
168
169
'/api/talks': { swr: 60 * 60 },