File tree Expand file tree Collapse file tree 3 files changed +8
-47
lines changed
Expand file tree Collapse file tree 3 files changed +8
-47
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,10 @@ export default defineConfig({
290290 items : [
291291 {
292292 label : 'About' ,
293- link : '/docs/footer/about/' ,
293+ link : 'https://dmno.io' ,
294+ attrs : {
295+ target : '_blank' ,
296+ } ,
294297 } ,
295298 {
296299 label : 'Legal' ,
Original file line number Diff line number Diff line change @@ -16,9 +16,10 @@ import EmailSignup from "./EmailSignup.vue";
1616 <Pagination {... Astro .props } />
1717 <EmailSignup client:load />
1818 <div class =" footer-links" >
19- <span >© 2024 DMNO Inc.</span >
20- <a href =" /docs/footer/about/" >About</a >
21- <a href =" /docs/footer/legal/" >Legal</a >
19+ <span
20+ >© 2025 <a href =" https://dmno.io" target =" _blank" >DMNO Inc.</a > All rights
21+ reserved.</span
22+ >
2223 </div >
2324 {
2425 DMNO_PUBLIC_CONFIG .SCARF_PIXEL_ID && (
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments