Skip to content

Commit 8cb82e9

Browse files
committed
fix: GitHub Pages 타겟으로 변경
1 parent 73fb744 commit 8cb82e9

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

vite.config.ts

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,7 @@ export default defineConfig({
1313
}),
1414
UnoCSS(),
1515
tanstackStart({
16-
target: 'static',
17-
pages: [
18-
{
19-
path: '/',
20-
prerender: {
21-
crawlLinks: true,
22-
enabled: true,
23-
},
24-
},
25-
],
16+
target: 'github-pages',
2617
}),
2718
],
2819
});

0 commit comments

Comments
 (0)