Skip to content

Commit

Permalink
refactor: no / for the root
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Dec 13, 2022
1 parent 2a6b6a4 commit 3d64306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildchain/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default defineConfig(({command}) => ({
criticalUrl: 'https://devmode.fm/',
criticalBase: '../cms/web/dist/criticalcss/',
criticalPages: [
{uri: '/', template: 'index'},
{uri: '', template: 'index'},
{uri: 'about', template: 'about/index'},
{uri: 'calendar', template: 'calendar/index'},
{uri: 'episodes', template: 'episodes/index'},
Expand Down

0 comments on commit 3d64306

Please sign in to comment.