Compare commits

..

No commits in common. "main" and "0.2.0-pre.111" have entirely different histories.

10 changed files with 1428 additions and 4190 deletions

5518
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,7 @@
{ {
"name": "@firq/fgosite", "name": "@firq/fgosite",
"type": "module", "type": "module",
"version": "0.2.1-pre.1", "version": "0.2.0-pre.111",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
@ -13,10 +13,10 @@
"dependencies": { "dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.6", "@astro-community/astro-embed-youtube": "^0.5.6",
"@astrojs/check": "^0.9.4", "@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.3.2", "@astrojs/mdx": "^4.2.3",
"@astrojs/sitemap": "^3.4.2", "@astrojs/sitemap": "^3.3.0",
"@fontsource-variable/work-sans": "^5.2.5", "@fontsource-variable/work-sans": "^5.2.5",
"astro": "^5.12.7", "astro": "^5.6.1",
"astro-critical-css": "^0.0.7", "astro-critical-css": "^0.0.7",
"astro-meta-tags": "^0.3.1", "astro-meta-tags": "^0.3.1",
"autoprefixer": "^10.4.21", "autoprefixer": "^10.4.21",
@ -25,7 +25,7 @@
"typescript": "^5.8.3" "typescript": "^5.8.3"
}, },
"devDependencies": { "devDependencies": {
"unlighthouse": "^0.17.2" "unlighthouse": "^0.16.3"
}, },
"browserslist": [ "browserslist": [
"last 2 versions", "last 2 versions",

View file

@ -1,6 +0,0 @@
# Spawning AI
# Prevent datasets from using the following file types
User-Agent: *
Disallow: /
Disallow: *

View file

@ -1,61 +1,8 @@
User-agent: * User-agent: *
Disallow: /assets/data/ Disallow: /assets/data/
User-agent: AI2Bot
User-agent: Ai2Bot-Dolma
User-agent: aiHitBot
User-agent: Amazonbot
User-agent: anthropic-ai
User-agent: Applebot
User-agent: Applebot-Extended
User-agent: Brightbot 1.0
User-agent: Bytespider
User-agent: CCBot
User-agent: ChatGPT-User
User-agent: Claude-Web
User-agent: ClaudeBot
User-agent: cohere-ai
User-agent: cohere-training-data-crawler
User-agent: Cotoyogi
User-agent: Crawlspace
User-agent: Diffbot
User-agent: DuckAssistBot
User-agent: FacebookBot
User-agent: Factset_spyderbot
User-agent: FirecrawlAgent
User-agent: FriendlyCrawler
User-agent: Google-Extended
User-agent: GoogleOther
User-agent: GoogleOther-Image
User-agent: GoogleOther-Video
User-agent: GPTBot User-agent: GPTBot
User-agent: iaskspider/2.0 User-agent: Bytespider
User-agent: ICC-Crawler
User-agent: ImagesiftBot
User-agent: img2dataset
User-agent: imgproxy
User-agent: ISSCyberRiskCrawler
User-agent: Kangaroo Bot
User-agent: Meta-ExternalAgent
User-agent: Meta-ExternalFetcher
User-agent: NovaAct
User-agent: OAI-SearchBot
User-agent: omgili
User-agent: omgilibot
User-agent: Operator
User-agent: PanguBot
User-agent: Perplexity-User
User-agent: PerplexityBot
User-agent: PetalBot
User-agent: Scrapy
User-agent: SemrushBot-OCOB
User-agent: SemrushBot-SWA
User-agent: Sidetrade indexer bot
User-agent: TikTokSpider
User-agent: Timpibot
User-agent: VelenPublicWebCrawler
User-agent: Webzio-Extended
User-agent: YouBot
Disallow: / Disallow: /
Sitemap: https://firq.dev/sitemap-index.xml Sitemap: https://firq.dev/sitemap-index.xml

Binary file not shown.

Before

(image error) Size: 238 KiB

View file

@ -34,12 +34,12 @@ const loadedImage = plsLoadImage(images, imagePath)
<style> <style>
.heading { .heading {
display: flex; display: flex;
height: 3.5rem; height: fit-content;
min-height: 2.5rem; min-height: 2.5rem;
line-height: 1.75rem; line-height: 1.75rem;
font-size: 24px; font-size: 24px;
color: var(--c-primary-text); color: var(--c-primary-text);
max-width: 150px; max-width: 200px;
padding-bottom: 0.3rem; padding-bottom: 0.3rem;
font-weight: 500; font-weight: 500;
margin: 0px; margin: 0px;

View file

@ -15,12 +15,6 @@
"name": "Summer Skadi", "name": "Summer Skadi",
"origin": "Fate/Grand Order", "origin": "Fate/Grand Order",
"imageFile": "summerskadi.png", "imageFile": "summerskadi.png",
"link": "https://youtu.be/qmR4s3DHZXw" "link": "https://twitter.com/firq_ow/status/1816355501216596073"
},
{
"name": "Summer Scathach",
"origin": "Fate/Grand Order",
"imageFile": "summerscathach.png",
"link": "https://youtu.be/k0E3kgx3eMA"
} }
] ]

View file

@ -28,7 +28,7 @@ const projects = [
const data = structuredClone(favouritesdata); const data = structuredClone(favouritesdata);
data.map((item) => { if (item.name !== "Summer Scathach") {item.origin = "First 120 on NA"} else {item.origin = "After Forever"} }) data.map((item) => { item.origin = "First 120 on NA" })
--- ---
<Layout <Layout

View file

@ -18,7 +18,6 @@ const description =
> >
<Hi /> <Hi />
<BaseSection title="About me"> <BaseSection title="About me">
<Placeholder height="0px"/>
<AboutText/> <AboutText/>
</BaseSection> </BaseSection>
<BaseSection title="Favourites"> <BaseSection title="Favourites">

View file

@ -1,4 +1,4 @@
import type { UserConfig } from '@unlighthouse/core' import type { UserConfig } from 'unlighthouse'
export default async (): Promise<UserConfig> => { export default async (): Promise<UserConfig> => {
/* fetch sitemap from debug container */ /* fetch sitemap from debug container */
@ -14,12 +14,12 @@ export default async (): Promise<UserConfig> => {
lighthouseOptions: { lighthouseOptions: {
throttlingMethod: 'simulate', throttlingMethod: 'simulate',
throttling: { throttling: {
rttMs: 150, rttMs: 40,
throughputKbps: 1638.4, throughputKbps: 5000,
requestLatencyMs: 562.5, requestLatencyMs: 100,
downloadThroughputKbps: 1474.56, downloadThroughputKbps: 5000,
uploadThroughputKbps: 675, uploadThroughputKbps: 3000,
cpuSlowdownMultiplier: 4, cpuSlowdownMultiplier: 2,
}, },
screenEmulation: { screenEmulation: {
mobile: true, mobile: true,