File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change @@ -8,4 +8,10 @@ export default defineConfig({
88 wrap : false ,
99 } ,
1010 } ,
11+ redirects : {
12+ "/blog/engineering/graphql-fragments" : {
13+ status : 302 ,
14+ destination : "/blog/engineering/graphql-fragments-why-are-they-useful" ,
15+ } ,
16+ } ,
1117} ) ;
Original file line number Diff line number Diff line change 11---
22import { getCollection } from " astro:content" ;
3- import BaseLayout from " ../../layouts/BaseLayout.astro" ;
4- import Navigation from " ../../components/Navigation.astro" ;
53import Footer from " ../../components/Footer.astro" ;
4+ import Navigation from " ../../components/Navigation.astro" ;
5+ import BaseLayout from " ../../layouts/BaseLayout.astro" ;
66import { generateJekyllSlug } from " ../../utils/jekyll-urls" ;
77
88export async function getStaticPaths() {
@@ -58,4 +58,3 @@ function formatDate(date: Date): string {
5858 </article >
5959 <Footer />
6060</BaseLayout >
61-
You can’t perform that action at this time.
0 commit comments