McSneaky
Explore posts from serversRRCRat Rig Community [Unofficial]
•Created by McSneaky on 10/22/2024 in #fix-my-print
Gaps on top layer with .6mm nozzle
31 replies
How to install Nuxt SEO?
Following Nuxt SEO doc at https://nuxtseo.com/nuxt-seo/getting-started/installation, sees like I also need to configure
site
? https://nuxtseo.com/nuxt-seo/guides/configuring-modules
TS gives error about site
. Most likely coz I'm missing Nuxt Site Config? https://nuxtseo.com/site-config/getting-started/installation
In there it's slightly confusing:
While you can install it in your own project, it's recommended to use it in a module.And then it shows you how to install it in my own project. Should I install that in some other way? What's that
modules.ts
file, where should I make that? Do I need that site-config
at first place?7 replies
CDCloudflare Developers
•Created by McSneaky on 1/8/2024 in #workers-help
Modify request before calling other worker on specific URL
Is it possible to modify request before passing it to binding?
Let's say I have code like this on top level worker that sits on https://example.com/edge/backporter
And on
BINDING
worker I have router that responds to certain URL only
https://example.com/edge/v1
I'd like to make sure request from first worker ends up in /edge/v1
, but it never does, since I can't change request URL, nor can I request.clone()
, since then URL would match /edge/backporter
and not /edge/v1
Is anything like this possible?9 replies
CDCloudflare Developers
•Created by McSneaky on 3/17/2023 in #pages-help
"That domain is already associated with an existing project" error, when it's not
4 replies
CDCloudflare Developers
•Created by McSneaky on 2/2/2023 in #pages-help
Release Github repo from pages
Is there a way to release Github repo from page?
We are moving domains and would like to release it from previous domain and point to new one without deleting whole old project
Ofc workaround is to use Wrangler directly or direct upload, but Github repo would be more convenient
2 replies