Rename data.js to navigation.js
This commit is contained in:
@ -4,7 +4,7 @@ import Header from '~/components/widgets/Header.astro';
|
||||
import Footer from '~/components/widgets/Footer.astro';
|
||||
import Announcement from '~/components/widgets/Announcement.astro';
|
||||
|
||||
import { headerData, footerData } from '~/data';
|
||||
import { headerData, footerData } from '~/navigation';
|
||||
|
||||
import { MetaSEO } from '~/types';
|
||||
|
||||
|
@ -64,7 +64,7 @@ export const headerData = {
|
||||
href: getPermalink("get-started-website-with-astro-tailwind-css", "post"),
|
||||
},
|
||||
{
|
||||
text: "Article (with Widgets)",
|
||||
text: "Article (with MDX)",
|
||||
href: getPermalink("markdown-elements-demo-post", "post"),
|
||||
},
|
||||
{
|
@ -7,7 +7,7 @@ import Steps2 from '~/components/widgets/Steps2.astro';
|
||||
import Content from '~/components/widgets/Content.astro';
|
||||
import CallToAction from '~/components/widgets/CallToAction.astro';
|
||||
|
||||
import { headerData } from '~/data';
|
||||
import { headerData } from '~/navigation';
|
||||
|
||||
const meta = {
|
||||
title: 'Saas Landing Page',
|
||||
|
@ -5,7 +5,7 @@ import Header from '~/components/widgets/Header.astro';
|
||||
import Hero from '~/components/widgets/Hero.astro';
|
||||
import CallToAction from '~/components/widgets/CallToAction.astro';
|
||||
|
||||
import { headerData } from '~/data';
|
||||
import { headerData } from '~/navigation';
|
||||
|
||||
const meta = {
|
||||
title: "Startup Landing Page",
|
||||
|
Reference in New Issue
Block a user