mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-17 05:04:55 +00:00
fix: add link rel=preload for exported sites
This commit is contained in:
5
test/apps/export-webpack/src/routes/blog/_posts.js
Normal file
5
test/apps/export-webpack/src/routes/blog/_posts.js
Normal file
@@ -0,0 +1,5 @@
|
||||
export default [
|
||||
{ slug: 'foo', title: 'once upon a foo' },
|
||||
{ slug: 'bar', title: 'a bar is born' },
|
||||
{ slug: 'baz', title: 'bazzily ever after' }
|
||||
];
|
||||
Reference in New Issue
Block a user