Nuxt Content 3 migration #12
@ -1,5 +1,5 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import type { GithubCommit, GithubPushEvent } from "@/shared/github";
|
import type { GithubPushEvent } from "@/shared/github";
|
||||||
import type { Ref } from "vue";
|
import type { Ref } from "vue";
|
||||||
|
|
||||||
const FEED_URL = "https://api.github.com/users/potatoeggy/events";
|
const FEED_URL = "https://api.github.com/users/potatoeggy/events";
|
||||||
|
@ -4,15 +4,6 @@ const { project, reverse = false } = defineProps<{
|
|||||||
project: Project;
|
project: Project;
|
||||||
reverse?: boolean;
|
reverse?: boolean;
|
||||||
}>();
|
}>();
|
||||||
/*
|
|
||||||
name
|
|
||||||
description
|
|
||||||
language
|
|
||||||
license?
|
|
||||||
date?
|
|
||||||
|
|
||||||
image
|
|
||||||
*/
|
|
||||||
|
|
||||||
const imgUrl = `url(/images/projects/${project.img ?? ""})`;
|
const imgUrl = `url(/images/projects/${project.img ?? ""})`;
|
||||||
</script>
|
</script>
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
<script setup lang="ts"></script>
|
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div
|
<div
|
||||||
class="container prose dark:prose-invert w-full flex flex-col items-center mt-9"
|
class="container prose dark:prose-invert w-full flex flex-col items-center mt-9"
|
||||||
|
Loading…
Reference in New Issue
Block a user