Mark Pinero

Results 5 issues of Mark Pinero

## Fixes Ensure window exists before adding Study to the window object - Fixes # ## Proposed Changes - Change ---- > Read about referenced issues [here](https://help.github.com/articles/closing-issues-using-keywords/). Replace words with...

Hi, is there a way to have pattern matching for scripts with all pages along with page-specific code? IE: ``` { '*': './src/js/index.js', '/about': './src/js/about.js' } ```

### What version of `astro` are you using? 1.1.7 ### Are you using an SSR adapter? If so, which one? None ### What package manager are you using? yarn ###...

p3-minor-bug

### Pre-Checks - [X] Check that there isn't [already an issue](https://github.com/elk-zone/elk/issues) that reports the same bug to avoid creating a duplicate. - [X] Check that this is a concrete bug....

c: bug
s: pending triage

`Missing "./dist/runtime/preview" specifier in "@storybook-vue/nuxt" package` main.ts ``` import type { StorybookConfig } from '@storybook-vue/nuxt'; const config: StorybookConfig = { stories: ['../components/**/*.stories.ts', '../stories/**/*.stories.ts'], addons: [ '@storybook/addon-links', '@storybook/addon-essentials', '@storybook/addon-interactions', ], framework:...