the .env file worked but was cached perhaps??? also use <Meta />
This commit is contained in:
parent
75ff164f01
commit
7b0e4d4879
4 changed files with 9 additions and 11 deletions
|
@ -2,8 +2,6 @@
|
|||
import { createHandler, StartServer } from "@solidjs/start/server";
|
||||
import { installIntoGlobal } from "iterator-helpers-polyfill";
|
||||
|
||||
console.log(process.env);
|
||||
|
||||
installIntoGlobal();
|
||||
|
||||
export default createHandler(({ nonce }) => {
|
||||
|
@ -36,8 +34,8 @@ export default createHandler(({ nonce }) => {
|
|||
default: base,
|
||||
connect: `${base} ws://localhost:*`,
|
||||
script: `${base}`,
|
||||
style: `'self' data: https://fonts.googleapis.com 'unsafe-inline'`,
|
||||
// style: `${base} data: https://fonts.googleapis.com`,
|
||||
// style: `'self' data: https://fonts.googleapis.com 'unsafe-inline'`,
|
||||
style: `${base} data: https://fonts.googleapis.com`,
|
||||
font: `${base} https://*.gstatic.com`,
|
||||
} as const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue