Skip to content

Commit

Permalink
fix OG img for indexes | v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
toybreaker committed Feb 21, 2024
1 parent 554667a commit 5882dba
Show file tree
Hide file tree
Showing 12 changed files with 124 additions and 139 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Netlify Status](https://api.netlify.com/api/v1/badges/3df602d2-8b9d-475f-9fe7-1f07ad1081cb/deploy-status)](https://app.netlify.com/sites/rokastro/deploys)
[![Netlify Status](https://api.netlify.com/api/v1/badges/b85141d9-22dc-4cb4-aed2-27a1871f504a/deploy-status)](https://app.netlify.com/sites/rokmaastro/deploys)

# [n.rokma.com](https://n.rokma.com/) w/ Astro & Fiko
# [rokma.com](https://rokma.com/) w/ Astro & Fiko

## DEV SHORTCUTS

Expand Down Expand Up @@ -55,13 +55,9 @@ import '@fiko/fiko.css'

## TO DO:

- fix annoying different angle on website images
- fix svg noum icons dark/light mode
- OG IMAGES
- OG IMAGES TEST & FIX
- ADD SEE MORE LIST AT POST FOOT
- SEARCH FOR HI-RES OG IMAGES, DONE:
- 55DSL
- NEW WEBSITES
- MAYBE FIX ANNOYING DIFFERENT ANGLE ON WEBSITE IMAGES

## MAYBE:

Expand Down
7 changes: 1 addition & 6 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { defineConfig } from 'astro/config'
import mdx from '@astrojs/mdx'
import yaml from '@rollup/plugin-yaml' //currently using .json only
//import partytown from '@astrojs/partytown'

export default defineConfig({
Expand All @@ -15,11 +14,7 @@ export default defineConfig({
})
//partytown()
],
vite: {
//maybe needed, not yet used! currently using .json
plugins: [yaml()]
},
outDir: './dist',
site: 'https://n.rokma.com/',
site: 'https://rokma.com/',
base: '/'
})
11 changes: 3 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rokastro",
"type": "module",
"version": "0.21.0",
"version": "1.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
Expand All @@ -12,15 +12,11 @@
"lint": "prettier --write \"**/*.{js,jsx,ts,tsx,md,mdx,astro}\" && eslint --fix \"src/**/*.{js,ts,jsx,tsx,astro}\""
},
"dependencies": {
"@astrojs/check": "^0.5.4",
"@astrojs/check": "^0.5.5",
"@astrojs/mdx": "^2.1.1",
"@astrojs/partytown": "^2.0.4",
"@astrojs/rss": "^4.0.5",
"@fontsource/dosis": "^5.0.18",
"@rollup/plugin-yaml": "^4.1.2",
"@sindresorhus/slugify": "^2.2.1",
"@types/node": "^20.11.19",
"@types/scrollreveal": "^0.0.8",
"@typescript-eslint/parser": "^6.21.0",
"astro": "4.4.0",
"astro-icon": "^0.8.2",
Expand All @@ -36,8 +32,7 @@
"prettier-config-standard": "^7.0.0",
"prettier-plugin-astro": "^0.12.3",
"rollup": "^4.12.0",
"sass": "^1.71.0",
"scrollreveal": "^4.0.9",
"sass": "^1.71.1",
"sharp": "^0.32.6",
"typescript": "^5.3.3"
}
Expand Down
Loading

0 comments on commit 5882dba

Please sign in to comment.