@@ -35,13 +35,13 @@ export default defineConfig({
3535 } )
3636 }
3737 } ,
38+ cleanUrls : true ,
3839 themeConfig : {
3940 // https://vitepress.dev/reference/default-theme-config
4041 nav : [
4142 { text : 'Home' , link : '/' } ,
4243 { text : 'Guide' , link : '/project-mission' }
4344 ] ,
44- cleanUrls : true ,
4545sidebar : [
4646 {
4747 text : 'About' ,
@@ -115,15 +115,15 @@ sidebar: [
115115 {
116116 text : 'Security Checklist' ,
117117 items : [
118- { text : 'Intro' , link : '/activist-checklists.html #activist-digital-security-checklists' } ,
119- { text : 'Travel & Flight Security' , link : '/activist-checklists.html #%E2%9C%88%EF%B8%8F-travel-flight-security' } ,
120- { text : 'Digital Security' , link : '/activist-checklists.html #%F0%9F%8F%9B%EF%B8%8F-digital-security-for-federal-workers' } ,
121- { text : 'Signal Security Checklist' , link : '/activist-checklists.html #%F0%9F%93%B1-signal-security-checklist' } ,
122- { text : 'Digital Security for Direct Action Organizing' , link : '/activist-checklists.html #%F0%9F%93%A2-digital-security-for-direct-action-organizing' } ,
123- { text : 'Action Research & Scouting' , link : '/activist-checklists.html #%F0%9F%94%8D-action-research-scouting' } ,
124- { text : 'Prepare for a Protest' , link : '/activist-checklists.html #%E2%9C%8A-prepare-for-a-protest' } ,
125- { text : 'Security Essentials' , link : '/activist-checklists.html #%F0%9F%94%90-security-essentials' } ,
126- { text : 'Additional Resources' , link : '/activist-checklists.html #%F0%9F%93%9A-additional-resources' }
118+ { text : 'Intro' , link : '/activist-checklists#activist-digital-security-checklists' } ,
119+ { text : 'Travel & Flight Security' , link : '/activist-checklists#%E2%9C%88%EF%B8%8F-travel-flight-security' } ,
120+ { text : 'Digital Security' , link : '/activist-checklists#%F0%9F%8F%9B%EF%B8%8F-digital-security-for-federal-workers' } ,
121+ { text : 'Signal Security Checklist' , link : '/activist-checklists#%F0%9F%93%B1-signal-security-checklist' } ,
122+ { text : 'Digital Security for Direct Action Organizing' , link : '/activist-checklists#%F0%9F%93%A2-digital-security-for-direct-action-organizing' } ,
123+ { text : 'Action Research & Scouting' , link : '/activist-checklists#%F0%9F%94%8D-action-research-scouting' } ,
124+ { text : 'Prepare for a Protest' , link : '/activist-checklists#%E2%9C%8A-prepare-for-a-protest' } ,
125+ { text : 'Security Essentials' , link : '/activist-checklists#%F0%9F%94%90-security-essentials' } ,
126+ { text : 'Additional Resources' , link : '/activist-checklists#%F0%9F%93%9A-additional-resources' }
127127 ]
128128 } ,
129129 {
0 commit comments